Skip to content

Commit 4bb728d

Browse files
Add "no-debugger" eslint rule
1 parent 6b4191f commit 4bb728d

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
@@ -64,5 +64,6 @@ module.exports = {
6464
],
6565
"eqeqeq": "error",
6666
"no-const-assign": "error",
67+
"no-debugger": "error",
6768
}
6869
};

0 commit comments

Comments
 (0)