Skip to content

Commit

Permalink
Merge pull request #18 from artemsaveliev/patch-1
Browse files Browse the repository at this point in the history
Allow trailing commas
  • Loading branch information
keithamus committed Nov 30, 2022
2 parents 56c0196 + 280b09d commit 96dd4c9
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: 'none',
trailingComma: 'es5',
arrowParens: 'avoid'
}

0 comments on commit 96dd4c9

Please sign in to comment.