Use this page to enable the JavaScript JSCS code verifier and to configure its behaviour and sensitivity.
Item | Description |
---|---|
Enable | Select this check box to have JSCS 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 ![]() |
JSCS Package | In this field, specify the location of the jscs package installed in the current project, see Installing JSCS. |
Configuration File |
In this area, appoint the configuration to use.
By default, PyCharm first looks for a jscsConfig property in the package.json file of the current project. If no such property is found, PyCharm looks for a .jscsrc or a .jscs.json configuration file. PyCharm starts the search from the folder where the file to be checked is stored, then searches in the parent folder, and so on until reaches the project root. Accordingly, you have to define the configuration to apply either as a jscsConfig property in the package.json file or in a .jscsrc or a .jscs.json configuration file, or in a custom JSON configuration file. You can also apply a predefined set of rules, either independently or in combination with a configuration file. In the latter case, the rules from the configuration file override the predefined rules.
|