File tree 4 files changed +2
-3
lines changed
4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
packages / @ 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 = {
43
43
rules : {
44
44
'react/jsx-uses-react' : 'warn' ,
45
45
'react/jsx-uses-vars' : 'warn' ,
46
- 'react/react-in-jsx-scope' : 'error' ,
47
46
} ,
48
47
} ;
Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ module.exports = {
253
253
'react/no-direct-mutation-state' : 'warn' ,
254
254
'react/no-is-mounted' : 'warn' ,
255
255
'react/no-typos' : 'error' ,
256
+ 'react/react-in-jsx-scope' : 'error' ,
256
257
'react/require-render-return' : 'error' ,
257
258
'react/style-prop-object' : 'warn' ,
258
259
Original file line number Diff line number Diff line change @@ -361,7 +361,6 @@ module.exports = function (webpackEnv) {
361
361
{
362
362
options : {
363
363
cache : true ,
364
- cwd : paths . appPath ,
365
364
formatter : require . resolve ( 'react-dev-utils/eslintFormatter' ) ,
366
365
eslintPath : require . resolve ( 'eslint' ) ,
367
366
resolvePluginsRelativeTo : __dirname ,
You can’t perform that action at this time.
0 commit comments