Skip to content

Commit c5a134f

Browse files
Add docs
1 parent f45e470 commit c5a134f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

doc/tasks/eslint.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ grumphp:
3434
- /^resources\/js\/(.*)/
3535
config: .eslintrc.json
3636
ignore_path: .eslintignore
37+
cache: ~
38+
cache_location: ~
3739
debug: false
3840
format: ~
3941
max_warnings: ~
@@ -79,6 +81,18 @@ The path to your eslint's configuration file. Not necessary if using a standard
7981

8082
The path to your eslint's ignore file ([eslint.org](https://eslint.org/docs/user-guide/configuring/ignoring-code#using-an-alternate-file)). Not necessary if using standard .eslintignore name.
8183

84+
**cache**
85+
86+
*Default: null*
87+
88+
Store the results of processed files so that eslint only operates on the changed ones. By default, the cache is stored in `./.eslintcache ` in `process.cwd()`. ([eslint.org](https://eslint.org/docs/latest/use/command-line-interface#caching)).
89+
90+
**cache_location**
91+
92+
*Default: null*
93+
94+
Path to a file or directory for the cache location. ([eslint.org](https://eslint.org/docs/latest/use/command-line-interface#--cache-location)).
95+
8296
**debug**
8397

8498
*Default: false*

0 commit comments

Comments
 (0)