We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39703a commit f1a95b8Copy full SHA for f1a95b8
src/librustdoc/html/static/.eslintrc.js
@@ -69,5 +69,6 @@ module.exports = {
69
"no-dupe-else-if": "error",
70
"no-dupe-keys": "error",
71
"no-duplicate-case": "error",
72
+ "no-ex-assign": "error",
73
}
74
};
0 commit comments