Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
Co-authored-by: Grant Wong <[email protected]>
  • Loading branch information
AllySummers and dddlr authored Oct 21, 2024
1 parent 014f25d commit 62cbb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm install @compiled/eslint-plugin --save-dev

### Flat Config

Import the `@compiled/eslint-plugin` and add it to your plugins like so, then configure the ruels you want to use under the rules section.
Import the `@compiled/eslint-plugin` and add it to your plugins like so, then configure the rules you want to use under the "Supported rules" section.

```ts
import compiled from '@compiled/eslint-plugin';
Expand Down

0 comments on commit 62cbb4b

Please sign in to comment.