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.
1 parent 1ab9893 commit b7d6a42Copy full SHA for b7d6a42
src/librustdoc/html/static/.eslintrc.js
@@ -54,5 +54,6 @@ module.exports = {
54
"comma-style": ["error", "last"],
55
"max-len": ["error", { "code": 100, "tabWidth": 4 }],
56
"eol-last": ["error", "always"],
57
+ "arrow-parens": ["error", "as-needed"],
58
}
59
};
0 commit comments