Skip to content

Commit 5c10518

Browse files
committed
Document the --config CLI flag
1 parent 5ed30b3 commit 5c10518

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pages/cli.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
The JSHint CLI program accepts the following flags:
66

7+
#### `--config`
8+
9+
Explicitly sets the location on the file system from which `jshint` should load
10+
linting options.
11+
12+
$ jshint --config ../path/to/my/config.json
13+
714
#### `--reporter`
815

916
Allows you to modify JSHint's output by replacing its default output function

0 commit comments

Comments
 (0)