File tree Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11packages / @ ianschmitz @ iansu @ mrmckeb @ petetnt
2- docusaurus / @ ianschmitz @ iansu @ mrmckeb
2+ docusaurus / @ amyrlam @ iansu
Original file line number Diff line number Diff line change @@ -43,6 +43,5 @@ module.exports = {
4343 rules : {
4444 'react/jsx-uses-react' : 'warn' ,
4545 'react/jsx-uses-vars' : 'warn' ,
46- 'react/react-in-jsx-scope' : 'error' ,
4746 } ,
4847} ;
Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ module.exports = {
253253 'react/no-direct-mutation-state' : 'warn' ,
254254 'react/no-is-mounted' : 'warn' ,
255255 'react/no-typos' : 'error' ,
256+ 'react/react-in-jsx-scope' : 'error' ,
256257 'react/require-render-return' : 'error' ,
257258 'react/style-prop-object' : 'warn' ,
258259
Original file line number Diff line number Diff line change @@ -361,7 +361,6 @@ module.exports = function (webpackEnv) {
361361 {
362362 options : {
363363 cache : true ,
364- cwd : paths . appPath ,
365364 formatter : require . resolve ( 'react-dev-utils/eslintFormatter' ) ,
366365 eslintPath : require . resolve ( 'eslint' ) ,
367366 resolvePluginsRelativeTo : __dirname ,
You can’t perform that action at this time.
0 commit comments