Skip to content

Commit

Permalink
Improve docs on required ESLint config
Browse files Browse the repository at this point in the history
Fixes #2003
  • Loading branch information
sindresorhus committed Dec 6, 2022
1 parent ec2567b commit 6aa742d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Expand Up @@ -17,7 +17,9 @@ npm install --save-dev eslint eslint-plugin-unicorn

## Usage

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`.

If you don't use the preset, ensure you use the same `env` and `parserOptions` config as below.

```json
{
Expand Down

0 comments on commit 6aa742d

Please sign in to comment.