Skip to content

Commit

Permalink
Fix ESLint configuration instructions in README.md (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonadern authored Jun 19, 2024
1 parent 2563edf commit fd24c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ npm install eslint-plugin-unused-imports --save-dev

## Usage

Add `unused-imports` to the plugins section of your `.eslintrc` configuration file.
Add `unused-imports` to the plugins section of your `eslint.config.js` configuration file.

```jsonc
```js
import unusedImports from "eslint-plugin-unused-imports";

export default [{
Expand Down

0 comments on commit fd24c1e

Please sign in to comment.