@@ -66,17 +66,19 @@ $ npx eslint-interactive --help
66
66
eslint-interactive [file.js] [dir]
67
67
68
68
Options:
69
- --help Show help [boolean]
70
- --version Show version number [boolean]
71
- --eslintrc Enable use of configuration from .eslintrc.* [boolean] [default: true]
72
- -c, --config Use this configuration, overriding .eslintrc.* config options if present [string]
73
- --ext Specify JavaScript file extensions [array]
74
- --rulesdir Use additional rules from this directory [array]
75
- --ignore-path Specify path of ignore file [string]
76
- --format Specify the format to be used for the `Display problem messages` action [string] [default: "codeframe"]
77
- --quiet Report errors only [boolean] [default: false]
78
- --cache Only check changed files [boolean] [default: true]
79
- --cache-location Path to the cache file or directory [string] [default: "node_modules/.cache/eslint-interactive/10.5.0/.eslintcache"]
69
+ --help Show help [boolean]
70
+ --version Show version number [boolean]
71
+ --eslintrc Enable use of configuration from .eslintrc.* [boolean] [default: true]
72
+ -c, --config Use this configuration, overriding .eslintrc.* config options if present [string]
73
+ --resolve-plugins-relative-to A folder where plugins should be resolved from, CWD by default [string]
74
+ --ext Specify JavaScript file extensions [array]
75
+ --rulesdir Use additional rules from this directory [array]
76
+ --ignore-path Specify path of ignore file [string]
77
+ --format Specify the format to be used for the `Display problem messages` action [string] [default: "codeframe"]
78
+ --quiet Report errors only [boolean] [default: false]
79
+ --cache Only check changed files [boolean] [default: true]
80
+ --cache-location Path to the cache file or directory
81
+ [string] [default: "node_modules/.cache/eslint-interactive/10.6.0/.eslintcache"]
80
82
81
83
Examples:
82
84
eslint-interactive ./src Lint ./src/ directory
0 commit comments