Skip to content

Commit

Permalink
Set eslint rule comma-dangle to always-multiline and apply it
Browse files Browse the repository at this point in the history
  • Loading branch information
roipoussiere committed Feb 28, 2019
1 parent c81e746 commit dec5ca1
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 74 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -9,7 +9,8 @@
"semi": [
"error",
"always"
]
],
"comma-dangle": ["error", "always-multiline"]
},
"env": {
"browser": true,
Expand Down

0 comments on commit dec5ca1

Please sign in to comment.