File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments