chore(js): disable react/no-is-mounted rule
This commit is contained in:
@@ -27,6 +27,7 @@ module.exports = {
|
|||||||
'react/prop-types': 0,
|
'react/prop-types': 0,
|
||||||
'react/react-in-jsx-scope': 'off',
|
'react/react-in-jsx-scope': 'off',
|
||||||
'react/require-default-props': 'off',
|
'react/require-default-props': 'off',
|
||||||
|
'react/no-is-mounted': 'off',
|
||||||
'react/jsx-filename-extension': [
|
'react/jsx-filename-extension': [
|
||||||
1,
|
1,
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user