Skip to content

Commit

Permalink
Change a link in the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Dec 5, 2021
1 parent c33ec9e commit b70f6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -299,7 +299,7 @@ gulp.src(['**/*.js','!node_modules/**'])

Format all linted files once. This should be used in the stream after piping through `eslint`; otherwise, this will find no ESLint results to format.

The `formatter` argument may be a `string`, `Function`, or `undefined`. As a `string`, a formatter module by that name or path will be resolved as a module, relative to the current working directory, or as one of the [ESLint-provided formatters](https://github.com/eslint/eslint/tree/main/lib/cli-engine/formatters). If `undefined`, the ESLint "stylish" formatter will be resolved. A `Function` will be called with an `Array` of file linting results to format.
The `formatter` argument may be a `string`, `Function`, or `undefined`. As a `string`, a formatter module by that name or path will be resolved as a module, relative to the current working directory, or as one of the [built-in ESLint formatters](https://eslint.org/docs/user-guide/formatters/#eslint-formatters). If `undefined`, the ESLint "stylish" formatter will be resolved. A `Function` will be called with an `Array` of file linting results to format.

```javascript
// use the default "stylish" ESLint formatter
Expand Down

0 comments on commit b70f6a0

Please sign in to comment.