We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3d8e71 + fb68e0b commit c82bc1eCopy full SHA for c82bc1e
src/librustdoc/html/static/.eslintrc.js
@@ -84,5 +84,10 @@ module.exports = {
84
"no-implicit-globals": "error",
85
"no-implied-eval": "error",
86
"no-label-var": "error",
87
+ "no-lonely-if": "error",
88
+ "no-mixed-operators": "error",
89
+ "no-multi-assign": "error",
90
+ "no-return-assign": "error",
91
+ "no-script-url": "error",
92
}
93
};
0 commit comments