--no-eslintrc | Disable use of configuration from .eslintrc.* |
-c, --config <arg> | Use this configuration, overriding .eslintrc.* config options if present |
--env <arg> | Specify environments |
--ext <Extension> | Specify JavaScript file extensions |
--global <Variables> | Define global variables |
--parser <arg> | Specify the parser to be used |
--parser-options <arg> | Specify parser options |
--resolve-plugins-relative-to <arg> | A folder where plugins should be resolved from |
--rulesdir <arg> | Use additional rules from this directory |
--plugin <Plugin> | Specify plugins |
--rule <arg> | Specify rules |
--fix | Automatically fix problems |
--fix-dry-run | Automatically fix problems without saving the changes to the file system |
--fix-type <arg> | Specify the types of fixes to apply |
--ignore-path <arg> | Specify path of ignore file |
--no-ignore | Disable use of ignore files and patterns |
--ignore-pattern <arg> | Pattern of files to ignore (in addition to those in .eslintignore) |
--stdin | Lint code provided on <STDIN> |
--stdin-filename <arg> | Specify filename to process STDIN as |
--quiet | Report errors only |
--max-warnings <arg> | Number of warnings to trigger nonzero exit code |
-o, --output-file <arg> | Specify file to write report to |
-f, --format <arg> | Use a specific output format |
--color | Force enabling of color |
--no-color | Force disabling of color |
--no-inline-config | Prevent comments from changing config or rules |
--report-unused-disable-directives | Adds reported errors for unused eslint-disable-directives |
--cache | Only check changed files |
--cache-location <arg> | Path to the cache file or directory |
--cache-strategy <arg> | Strategy to use for detecting changed files |
--init | Run config initialization wizard |
--env-info | Output execution environment information |
--no-error-on-unmatched-pattern | Prevent errors when pattern is unmatched |
--debug | Output debugging information |
-h, --help | Show help |
-v, --version | Output the version number |
--print-config <arg> | Print the configuration for the give file |