mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
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-import-assign": "error",
|
||||||
"no-self-compare": "error",
|
"no-self-compare": "error",
|
||||||
"no-template-curly-in-string": "error",
|
"no-template-curly-in-string": "error",
|
||||||
|
"block-scoped-var": "error",
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user