We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33245e0 commit 36d3c7eCopy full SHA for 36d3c7e
src/librustdoc/html/static/.eslintrc.js
@@ -52,5 +52,6 @@ module.exports = {
52
"space-before-blocks": "error",
53
"comma-dangle": ["error", "always-multiline"],
54
"comma-style": ["error", "last"],
55
+ "max-len": ["error", { "code": 100, "tabWidth": 4 }],
56
}
57
};
0 commit comments