mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Update eslint rules
This commit is contained in:
@@ -105,9 +105,8 @@
|
|||||||
"no-label-var": "error",
|
"no-label-var": "error",
|
||||||
"no-shadow-restricted-names": "error",
|
"no-shadow-restricted-names": "error",
|
||||||
"no-shadow": "off",
|
"no-shadow": "off",
|
||||||
"no-undef-init": "warn",
|
"no-undef-init": "error",
|
||||||
"no-undef": "error",
|
"no-undef": "error",
|
||||||
"no-undefined": "error",
|
|
||||||
"no-use-before-define": ["warn", "nofunc"],
|
"no-use-before-define": ["warn", "nofunc"],
|
||||||
|
|
||||||
// CommonJS
|
// CommonJS
|
||||||
|
Reference in New Issue
Block a user