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