Skip to content

Commit f61aae0

Browse files
authored
set trailing commas to all
1 parent 10072e2 commit f61aae0

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)