Skip to content

Commit

Permalink
chore: removing unused dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Curtish <[email protected]>
  • Loading branch information
curtis-h committed Oct 31, 2024
1 parent 5713cf9 commit b12d4ef
Show file tree
Hide file tree
Showing 5 changed files with 4,080 additions and 9,033 deletions.
10 changes: 2 additions & 8 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@
],
"plugins": [
"@typescript-eslint",
"react",
"unused-imports"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended"
],
"rules": {
"comma-dangle": 0,
Expand All @@ -48,16 +46,12 @@
"unused-imports/no-unused-imports": "error",
"unused-imports/no-unused-vars": "off"
},
"settings": {
"react": {
"version": "detect"
}
},
"settings": {},
"env": {
"browser": true,
"node": true,
"jasmine": true,
"jest": true,
"es2021": true
}
}
}
Loading

0 comments on commit b12d4ef

Please sign in to comment.