Skip to content

Commit 1e4a149

Browse files
Add "block-scoped-var" eslint rule
1 parent 72bd8e4 commit 1e4a149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/librustdoc/html/static/.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ module.exports = {
7575
"no-import-assign": "error",
7676
"no-self-compare": "error",
7777
"no-template-curly-in-string": "error",
78+
"block-scoped-var": "error",
7879
}
7980
};

0 commit comments

Comments
 (0)