Skip to content

Commit b827847

Browse files
Add "no-implicit-globals" eslint check
1 parent b48bbd4 commit b827847

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
@@ -81,5 +81,6 @@ module.exports = {
8181
"no-confusing-arrow": "error",
8282
"no-div-regex": "error",
8383
"no-floating-decimal": "error",
84+
"no-implicit-globals": "error",
8485
}
8586
};

0 commit comments

Comments
 (0)