Skip to content

Commit

Permalink
fix: eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Jan 21, 2024
1 parent 611f4ac commit 17c1ef2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
},
"extends": [
"plugin:react/recommended",
"airbnb",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
Expand All @@ -19,7 +18,8 @@
},
"plugins": [
"react",
"@typescript-eslint"
"@typescript-eslint",
"import"
],
"ignorePatterns": [
"*.css",
Expand All @@ -36,6 +36,9 @@
".tsx"
]
}
},
"react": {
"version": "detect"
}
},
"rules": {
Expand Down

0 comments on commit 17c1ef2

Please sign in to comment.