Skip to content

Commit

Permalink
docs: add missing curly bracket in example config
Browse files Browse the repository at this point in the history
  • Loading branch information
henribru authored and haoqunjiang committed Oct 23, 2024
1 parent aaca88c commit 4cbb1ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export default [
rules: {
// Turn off the recommended rules that you don't need.
'@typescript-eslint/no-redundant-type-constituents': 'off',
}
}
]
```
Expand Down

0 comments on commit 4cbb1ba

Please sign in to comment.