JetBrains Rider 2023.3 Help

JSLint

When JSLint support is enabled, JetBrains Rider highlights errors that JSLint detects, provides descriptions for them, 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.

Inspection widget

Before you start

Enable JSLint and configure its behavior in JetBrains Rider

  1. In the Settings/Preferences dialog (Ctrl+Alt+S) , go to Languages & Frameworks | JavaScript | Code Quality Tools | JSLint, and select the Enable checkbox. After that the other controls on the page become available.

  2. By default, the tool reports detected problems of all types. To skip problems of a certain type, select the checkbox next to this type in the Tolerate area.

    Learn more about JSLint options from the JSLint official website.

  3. In the Assume area, specify the targeted environment to check the code against.

  4. In the Globals field, specify the predefined global variables. Type their names or use predef object keys.

  5. To verify .json files as well, select the JSON checkbox In the Validate also area.

Last modified: 21 March 2024