Skip to content

Commit 6aa742d

Browse files
committed
Improve docs on required ESLint config
Fixes #2003
1 parent ec2567b commit 6aa742d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ npm install --save-dev eslint eslint-plugin-unicorn
1717

1818
## Usage
1919

20-
Use a [preset config](#preset-configs) or configure each rules in `package.json`.
20+
Use a [preset config](#preset-configs) or configure each rule in `package.json`.
21+
22+
If you don't use the preset, ensure you use the same `env` and `parserOptions` config as below.
2123

2224
```json
2325
{

0 commit comments

Comments
 (0)