Skip to content

Commit 3b2c2d2

Browse files
docs: add threads option
1 parent 06cd9c5 commit 3b2c2d2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,13 @@ Accepts a function that will have one argument: an array of eslint messages (obj
130130

131131
Lint only changed files, skip lint on start.
132132

133+
### `threads`
134+
135+
- Type: `Boolean | Number`
136+
- Default: `false`
137+
138+
Will run lint tasks across a thread pool. The pool size is automatic unless you specify a number.
139+
133140
### Errors and Warning
134141

135142
**By default the plugin will auto adjust error reporting depending on eslint errors/warnings counts.**

0 commit comments

Comments
 (0)