1
0
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:
Alex Andreev 2021-05-19 13:13:00 +03:00
parent a0ee9ecda9
commit 73660fe98e

View File

@ -213,7 +213,7 @@ module.exports = {
{ "blankLine": "any", "prev": ["const", "let", "var"], "next": ["const", "let", "var"]}, { "blankLine": "any", "prev": ["const", "let", "var"], "next": ["const", "let", "var"]},
], ],
"react-hooks/rules-of-hooks": "error", "react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn" "react-hooks/exhaustive-deps": "off"
}, },
} }
] ]