mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 21:47:04 +00:00
Add new eslint rule "comma-dangle"
This commit is contained in:
parent
c5e3954887
commit
4dbc6764cf
@ -50,5 +50,6 @@ module.exports = {
|
||||
"space-infix-ops": "error",
|
||||
"space-before-function-paren": ["error", "never"],
|
||||
"space-before-blocks": "error",
|
||||
"comma-dangle": ["error", "always-multiline"],
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user