We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2abd9 commit b5a40baCopy full SHA for b5a40ba
README.md
@@ -81,7 +81,9 @@ Path to `eslint` instance that will be used for linting. If the `eslintPath` is
81
- Type: `String|Array[String]`
82
- Default: `'.'`
83
84
-Specify the files and/or directories to traverse. Must be relative to `options.context`.
+Specify directories, files, or globs. Must be relative to `options.context`.
85
+Directories are traveresed recursively looking for files matching `options.extensions`.
86
+File and glob patterns ignore `options.extensions`.
87
88
### `fix`
89
0 commit comments