Skip to content

Commit bb29d5d

Browse files
Add new eslint rule "eol-last"
1 parent 36d3c7e commit bb29d5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ module.exports = {
5353
"comma-dangle": ["error", "always-multiline"],
5454
"comma-style": ["error", "last"],
5555
"max-len": ["error", { "code": 100, "tabWidth": 4 }],
56+
"eol-last": ["error", "always"],
5657
}
5758
};

0 commit comments

Comments
 (0)