Skip to content

Commit ad14f5c

Browse files
fix: spelling 'overwrite' to 'overrides'
1 parent d166f16 commit ad14f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Or put this in a `.eslintrc` file
7676
```json
7777
{
7878
"extends": ["@frontendfixer/react"],
79-
"overwrite": [
79+
"overrides": [
8080
{
8181
"files": ["**/*.{ts,tsx}"],
8282
"extends": ["@frontendfixer/react/typescript"]

0 commit comments

Comments
 (0)