We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2567b commit 6aa742dCopy full SHA for 6aa742d
readme.md
@@ -17,7 +17,9 @@ npm install --save-dev eslint eslint-plugin-unicorn
17
18
## Usage
19
20
-Use a [preset config](#preset-configs) or configure each rules in `package.json`.
+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.
23
24
```json
25
{
0 commit comments