Skip to content

Commit

Permalink
Merge pull request #129 from Sparticuz/feature/deprecations
Browse files Browse the repository at this point in the history
drop airbnb
  • Loading branch information
Sparticuz authored Jan 2, 2024
2 parents ee75d10 + 036e113 commit 8c7362d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
node: true,
},
extends: [
"airbnb-base",
"eslint:recommended",
"plugin:import/recommended",
"plugin:promise/recommended",
"plugin:n/recommended",
Expand Down
48 changes: 1 addition & 47 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-array-func": "^4.0.0",
Expand All @@ -27,8 +26,7 @@
"eslint-plugin-security": "^2.1.0",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-switch-case": "^1.1.2",
"eslint-plugin-unicorn": "^50.0.1",
"resolve-pkg-maps": "^1.0.0"
"eslint-plugin-unicorn": "^50.0.1"
},
"devDependencies": {
"eslint": "^8.56.0",
Expand Down

0 comments on commit 8c7362d

Please sign in to comment.