We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b80b15 + 6ce2e05 commit 5549d50Copy full SHA for 5549d50
src/librustdoc/html/static/.eslintrc.js
@@ -70,5 +70,13 @@ module.exports = {
70
"no-dupe-keys": "error",
71
"no-duplicate-case": "error",
72
"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",
81
}
82
};
0 commit comments