fix(react): disable react/react-in-jsx-scope

This commit is contained in:
Anthony Fu 2021-12-07 23:46:24 +08:00
parent 1eb8214bb1
commit 2ccdc6f2a5

View File

@ -13,5 +13,6 @@ module.exports = {
'error',
'prefer-double',
],
'react/react-in-jsx-scope': 'off',
},
}