mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
chore(js): disable react/no-is-mounted rule
This commit is contained in:
parent
4764e27b68
commit
9b1c4128d8
@ -27,6 +27,7 @@ module.exports = {
|
||||
'react/prop-types': 0,
|
||||
'react/react-in-jsx-scope': 'off',
|
||||
'react/require-default-props': 'off',
|
||||
'react/no-is-mounted': 'off',
|
||||
'react/jsx-filename-extension': [
|
||||
1,
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user