File tree Expand file tree Collapse file tree 5 files changed +372
-232
lines changed Expand file tree Collapse file tree 5 files changed +372
-232
lines changed Original file line number Diff line number Diff line change 8888 }]
8989 },
9090 "settings": {
91+ "react": {
92+ "version": "detect"
93+ },
9194 "import/core-modules": [
9295 // This is a workaround for: https://github.com/benmosher/eslint-plugin-import/issues/793
9396 "redux-saga/effects",
Original file line number Diff line number Diff line change 99.*/node_modules/stylelint
1010.*/node_modules/@snyk/composer-lockfile-parser/.*
1111.*/node_modules/resolve
12+ .*/node_modules/hermes-estree/.*
13+ .*/node_modules/hermes-parser/.*
1214
1315[include]
1416
Original file line number Diff line number Diff line change 278278 "css-loader" : " ^7.1.2" ,
279279 "css-minimizer-webpack-plugin" : " ^7.0.2" ,
280280 "eslint" : " ^8.57.0" ,
281- "eslint-config-amo" : " ^5.10 .0" ,
281+ "eslint-config-amo" : " ^6.1 .0" ,
282282 "eslint-plugin-amo" : " ^2.3.0" ,
283283 "eslint-plugin-promise" : " ^7.2.1" ,
284284 "eslint-plugin-react" : " ^7.37.5" ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export function render404IfConfigKeyIsFalse(
3434 throw new TypeError ( 'configKey cannot be empty' ) ;
3535 }
3636
37+ // eslint-disable-next-line react/display-name
3738 return ( Component : React . ComponentType < any > ) => ( props : mixed ) => {
3839 if ( ! _config . get ( configKey ) ) {
3940 log . debug (
You can’t perform that action at this time.
0 commit comments