Skip to content

Commit

Permalink
Merge pull request #19 from github/set-trailing-commas-to-all
Browse files Browse the repository at this point in the history
set trailing commas to all
  • Loading branch information
keithamus committed Dec 1, 2022
2 parents 7512dec + f61aae0 commit d76e806
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 d76e806

Please sign in to comment.