Skip to content

Commit

Permalink
fix: update ESLint configuration to use eslint recommended instead of…
Browse files Browse the repository at this point in the history
… Airbnb dependencies
  • Loading branch information
ThomasGross committed Jan 9, 2025
1 parent dd5804a commit ddd2dcb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ export default [
]
},
...compat.extends(
"airbnb",
"airbnb-typescript",
"airbnb/hooks",
"prettier",
"eslint:recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended",
"plugin:cypress/recommended"
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@
"cypress": "^13.17.0",
"dotenv": "^16.4.7",
"eslint": "^9.17.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-cypress": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5882,7 +5882,7 @@ eslint-plugin-prettier@^5.2.1:

eslint-plugin-react-hooks@^5.1.0:
version "5.1.0"
resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz"
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==

eslint-plugin-react@^7.37.3:
Expand Down Expand Up @@ -5948,7 +5948,7 @@ eslint-webpack-plugin@^4.2.0:

eslint@^9.17.0:
version "9.17.0"
resolved "https://registry.npmjs.org/eslint/-/eslint-9.17.0.tgz"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.17.0.tgz#faa1facb5dd042172fdc520106984b5c2421bb0c"
integrity sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==
dependencies:
"@eslint-community/eslint-utils" "^4.2.0"
Expand Down

0 comments on commit ddd2dcb

Please sign in to comment.