Skip to content

Commit 8fafaf5

Browse files
docs: improvement formatter option
1 parent 487bab7 commit 8fafaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Will enable [ESLint autofix feature](http://eslint.org/docs/user-guide/command-l
8484
- Type: `String|Function`
8585
- Default: `'stylish'`
8686

87-
Accepts a function that will have one argument: an array of eslint messages (object). The function must return the output as a string.
87+
Accepts a function that will have one argument: an array of eslint messages (object). The function must return the output as a string. You can use official [eslint formatters](https://eslint.org/docs/user-guide/formatters/).
8888

8989
### `lintDirtyModulesOnly`
9090

0 commit comments

Comments
 (0)