mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
chore(js): disable react/no-is-mounted rule
This commit is contained in:
parent
4764e27b68
commit
9b1c4128d8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue