mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 21:47:04 +00:00
Add new eslint rule "comma-style"
This commit is contained in:
parent
4dbc6764cf
commit
33245e0bb3
@ -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"],
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user