ESLint
for OS X
Ctrl+Alt+S

Use this page to enable the JavaScript ESLint code verifier and to configure its behaviour and sensitivity.
Item | Description |
---|---|
Enable | Select this check box to have ESLint applied to verify the code in the current project. After that the other controls in the page are enabled. |
Node Interpreter |
In this field,
specify the NodeJS installation home. Type the path to the NodeJS executable file manually,
or click the ![]() |
ESLint Package |
In this field,
specify the location of the eslint package installed in the current project,
see Installing ESLint.
|
Configuration file |
In this area, appoint the configuration to use.
By default, PyCharm first looks for a
|
Additional Rules Directory |
In this field,
specify the location of the files with additional code verification rules.
These rules will be applied after the rules from .eslintrc or the above specified custom configuration file
and accordingly will override them.
|
Extra ESLint Options | In this field, specify additional command line options to run ESLint with using spaces as separators. See ESLint Command Line Interface Options for details. |