Skip to content

Commit b5a40ba

Browse files
committed
docs: add information about the files option
Add more information about the files option to the readme.
1 parent 9f2abd9 commit b5a40ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ Path to `eslint` instance that will be used for linting. If the `eslintPath` is
8181
- Type: `String|Array[String]`
8282
- Default: `'.'`
8383

84-
Specify the files and/or directories to traverse. Must be relative to `options.context`.
84+
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`.
8587

8688
### `fix`
8789

0 commit comments

Comments
 (0)