mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Switching off exhaustive-deps rule
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
a0ee9ecda9
commit
73660fe98e
@ -213,7 +213,7 @@ module.exports = {
|
||||
{ "blankLine": "any", "prev": ["const", "let", "var"], "next": ["const", "let", "var"]},
|
||||
],
|
||||
"react-hooks/rules-of-hooks": "error",
|
||||
"react-hooks/exhaustive-deps": "warn"
|
||||
"react-hooks/exhaustive-deps": "off"
|
||||
},
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user