Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bannsaenger committed Sep 20, 2024
1 parent 8177c85 commit e8f23f8
Show file tree
Hide file tree
Showing 6 changed files with 139 additions and 140 deletions.
8 changes: 2 additions & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
},
"extends": ["eslint:recommended"],
"plugins": [],
"settings": {
"react": {
"version": "detect"
}
},
"settings": {},
"rules": {
"indent": [
"error",
Expand All @@ -33,7 +29,7 @@
"prefer-const": "error",
"quotes": [
"error",
"double",
"single",
{
"avoidEscape": true,
"allowTemplateLiterals": true
Expand Down
Loading

0 comments on commit e8f23f8

Please # to comment.