Skip to content

Commit 5b9abdb

Browse files
authored
eslint: add rule: no-undef-init (#8758)
1 parent 48bef76 commit 5b9abdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"no-console": "off",
3939
"no-tabs": "error",
4040
"no-trailing-spaces": "error",
41+
"no-undef-init": "error",
4142
"semi": ["error", "always"],
4243
"curly": ["error", "all"],
4344
"space-unary-ops": ["error", {"words": true}],

0 commit comments

Comments
 (0)