Add new eslint rule "comma-style"
This commit is contained in:
parent
4dbc6764cf
commit
33245e0bb3
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue