Skip to content

Commit 232cc2b

Browse files
committed
remove jest-react, bring back some airbnb disables that we liked
1 parent 1332eb8 commit 232cc2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/eslint-config/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ module.exports = {
7373
plugins: [
7474
'import',
7575
'jest',
76-
'jest-react',
7776
'jsx-a11y',
7877
'no-only-tests',
7978
'react',
@@ -151,6 +150,8 @@ module.exports = {
151150
'prefer-template': 'off',
152151
'default-props-match-prop-types': 'off',
153152
'react/destructuring-assignment': 'off',
153+
'react/display-name': ['off', { ignoreTranspilerName: false }],
154+
'react/forbid-dom-props': ['off', { forbid: [] }],
154155
'react/jsx-filename-extension': 'off',
155156
'react/jsx-no-bind': 'off',
156157
'react/jsx-one-expression-per-line': 'off',

packages/eslint-config/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"eslint-mdx": "^3.4.1",
3030
"eslint-plugin-import": "^2.31.0",
3131
"eslint-plugin-jest": "^28.11.0",
32-
"eslint-plugin-jest-react": "^0.1.0",
3332
"eslint-plugin-jsx-a11y": "^6.10.2",
3433
"eslint-plugin-no-only-tests": "^3.3.0",
3534
"eslint-plugin-react": "^7.37.5",

0 commit comments

Comments
 (0)