fix(react): disable react/react-in-jsx-scope
This commit is contained in:
parent
1eb8214bb1
commit
2ccdc6f2a5
@ -13,5 +13,6 @@ module.exports = {
|
|||||||
'error',
|
'error',
|
||||||
'prefer-double',
|
'prefer-double',
|
||||||
],
|
],
|
||||||
|
'react/react-in-jsx-scope': 'off',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user