mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-29 16:30:54 +05:30
Update eslint rules
This commit is contained in:
parent
cf6d7bdd79
commit
25134656f3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user