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 064c8b6 commit 7dd402dCopy full SHA for 7dd402d
1 file changed
docs/src/use/command-line-interface.md
@@ -54,9 +54,9 @@ Options that accept multiple values can be specified by repeating the option or
54
Examples of options that accept multiple values:
55
56
```shell
57
-npx eslint --ext .jsx --ext .js lib/
+npx eslint --global describe --global it tests/
58
# OR
59
-npx eslint --ext .jsx,.js lib/
+npx eslint --global describe,it tests/
60
```
61
62
## Options
0 commit comments