Add "block-scoped-var" eslint rule
This commit is contained in:
parent
72bd8e4996
commit
1e4a149823
@ -75,5 +75,6 @@ module.exports = {
|
||||
"no-import-assign": "error",
|
||||
"no-self-compare": "error",
|
||||
"no-template-curly-in-string": "error",
|
||||
"block-scoped-var": "error",
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user