Component view refactor (#770)
* refactor: simplify component-view lifecycle callbacks * fix: reintroduce exhaustive-deps
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
"semi": 1,
|
||||
"camelcase": "warn",
|
||||
"sort-imports": "off",
|
||||
"react-hooks/rules-of-hooks": "error", // Checks rules of Hooks
|
||||
"react-hooks/exhaustive-deps": "error", // Checks effect dependencies
|
||||
"react-hooks/rules-of-hooks": "error",
|
||||
"react-hooks/exhaustive-deps": "error",
|
||||
"eol-last": "error",
|
||||
"no-multiple-empty-lines": ["error", { "max": 1, "maxEOF": 0 }],
|
||||
"no-trailing-spaces": "error"
|
||||
|
||||
Reference in New Issue
Block a user