Add "block-scoped-var" eslint rule
This commit is contained in:
parent
72bd8e4996
commit
1e4a149823
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue