You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ Will enable [ESLint autofix feature](http://eslint.org/docs/user-guide/command-l
84
84
- Type: `String|Function`
85
85
- Default: `'stylish'`
86
86
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/).
0 commit comments