chore(js): disable react/no-is-mounted rule

This commit is contained in:
Gabe Kangas
2024-09-15 06:44:39 -07:00
parent 4764e27b68
commit 9b1c4128d8

View File

@@ -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,
{ {