Skip to content

Commit

Permalink
remove airbnb rules (#24867)
Browse files Browse the repository at this point in the history
fixes #24101
  • Loading branch information
eleanorjboyd authored Mar 5, 2025
1 parent 054e682 commit a9c38bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 77 deletions.
5 changes: 3 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"no-only-tests"
],
"extends": [
"airbnb",
"plugin:@typescript-eslint/recommended",
"plugin:import/errors",
"plugin:import/warnings",
Expand Down Expand Up @@ -101,6 +100,8 @@
],
"operator-assignment": "off",
"strict": "off",
"no-only-tests/no-only-tests": ["error", { "block": ["test", "suite"], "focus": ["only"] }]
"no-only-tests/no-only-tests": ["error", { "block": ["test", "suite"], "focus": ["only"] }],
"prefer-const": "off",
"import/no-named-as-default-member": "off"
}
}
74 changes: 0 additions & 74 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 @@ -1577,7 +1577,6 @@
"del": "^6.0.0",
"download": "^8.0.0",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
Expand Down

0 comments on commit a9c38bf

Please sign in to comment.