Skip to content

Commit cd5e73b

Browse files
Add "no-label-var" eslint check
1 parent d0909bd commit cd5e73b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,6 @@ module.exports = {
8383
"no-floating-decimal": "error",
8484
"no-implicit-globals": "error",
8585
"no-implied-eval": "error",
86+
"no-label-var": "error",
8687
}
8788
};

0 commit comments

Comments
 (0)