Skip to content

Commit d76e806

Browse files
authored
Merge pull request #19 from github/set-trailing-commas-to-all
set trailing commas to all
2 parents 7512dec + f61aae0 commit d76e806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module.exports = {
33
semi: false,
44
singleQuote: true,
55
bracketSpacing: false,
6-
trailingComma: 'es5',
6+
trailingComma: 'all',
77
arrowParens: 'avoid'
88
}

0 commit comments

Comments
 (0)