JavaScript linters
JetBrains Rider integrates with ESLint and other most popular JavaScript code linters that detect problems in your code without executing it.
When installed and enabled, a linter activates automatically every time you open a JavaScript file, reports detected errors and warnings, and suggests quick-fixes where possible.
Descriptions of the errors detected in the current file and quick-fixes for them are available from the editor.
View problems and apply quick-fixes in the editor
In the editor, hover the mouse pointer over the highlighted problem. JetBrains Rider shows a tooltip with a description of the problem.
To resolve the problem, click <Linter name>: Fix '<rule name>' or press Alt+Shift+Enter.
To resolve all the detected problems in the current file, click More actions(Alt+Enter) and select from the list.
Alternatively, press Alt+Enter and choose the relevant suggestion from the list.