We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 896ea6c + ec78ff4 commit 965f499Copy full SHA for 965f499
src/librustdoc/html/static/.eslintrc.js
@@ -89,5 +89,7 @@ module.exports = {
89
"no-multi-assign": "error",
90
"no-return-assign": "error",
91
"no-script-url": "error",
92
+ "no-sequences": "error",
93
+ "no-throw-literal": "error",
94
}
95
};
0 commit comments