Skip to content

Commit

Permalink
Removed airbnb linter (fails deploy)
Browse files Browse the repository at this point in the history
  • Loading branch information
makaroni4 committed Dec 9, 2023
1 parent 6a7af0a commit 9d7fc51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
browser: true,
jest: true,
},
extends: ["airbnb-typescript", "react-app", "prettier"],
extends: ["react-app", "prettier"],
plugins: ["prettier"],
rules: {
"prettier/prettier": ["error", prettierOptions],
Expand Down
48 changes: 2 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
},
"devDependencies": {
"eslint": "^8.55.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
Expand Down

0 comments on commit 9d7fc51

Please sign in to comment.