Skip to content

Commit

Permalink
set trailing commas to all
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Dec 1, 2022
1 parent 10072e2 commit f61aae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module.exports = {
semi: false,
singleQuote: true,
bracketSpacing: false,
trailingComma: 'es5',
trailingComma: 'all',
arrowParens: 'avoid'
}

0 comments on commit f61aae0

Please sign in to comment.