Skip to content

Commit 5549d50

Browse files

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,13 @@ module.exports = {
7070
"no-dupe-keys": "error",
7171
"no-duplicate-case": "error",
7272
"no-ex-assign": "error",
73+
"no-fallthrough": "error",
74+
"no-invalid-regexp": "error",
75+
"no-import-assign": "error",
76+
"no-self-compare": "error",
77+
"no-template-curly-in-string": "error",
78+
"block-scoped-var": "error",
79+
"guard-for-in": "error",
80+
"no-alert": "error",
7381
}
7482
};

0 commit comments

Comments
 (0)