Skip to content

Commit 72c56dd

Browse files
authored
docs(eslint): typo in readme (#1486)
1 parent 8319720 commit 72c56dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You can also use eslint configuration in the form of a `.eslintrc.*` file in you
5151
Type: `String | String[]`<br>
5252
Default: `node_modules/**`
5353

54-
A single [`picomatch`](https://github.com/micromatch/picomatch) pattern or an array of patterns controlling which files this plugin should explicitly include. Gets forwarded to the [`createFilter`](https://github.com/rollup/plugins/tree/master/packages/pluginutils#createfilter) method of `@rollup/pluginutils`.
54+
A single [`picomatch`](https://github.com/micromatch/picomatch) pattern or an array of patterns controlling which files this plugin should explicitly exclude. Gets forwarded to the [`createFilter`](https://github.com/rollup/plugins/tree/master/packages/pluginutils#createfilter) method of `@rollup/pluginutils`.
5555

5656
### fix
5757

0 commit comments

Comments
 (0)