Skip to content

Commit

Permalink
Lagt til Missing dependencies og fjernet plugin fra .eslintrc test-li…
Browse files Browse the repository at this point in the history
…brary
  • Loading branch information
beeccy committed Mar 7, 2024
1 parent 75ebf0a commit 2ad3a65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ecmaVersion": 15,
"sourceType": "module"
},
"plugins": ["react", "@typescript-eslint", "jsx-a11y", "testing-library"],
"plugins": ["react", "@typescript-eslint", "jsx-a11y"],
"rules": {
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/ban-ts-comment": "off",
Expand Down
5 changes: 5 additions & 0 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@
"@types/styletron-engine-atomic": "^1.1.3",
"@types/styletron-react": "^5.0.4",
"@types/yup": "^0.32.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react-hooks": "^4.6.0",
"http-proxy-middleware": "^2.0.6",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
Expand Down

0 comments on commit 2ad3a65

Please sign in to comment.