mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
Add new eslint rule "comma-style"
This commit is contained in:
@@ -51,5 +51,6 @@ module.exports = {
|
||||
"space-before-function-paren": ["error", "never"],
|
||||
"space-before-blocks": "error",
|
||||
"comma-dangle": ["error", "always-multiline"],
|
||||
"comma-style": ["error", "last"],
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user