Skip to content

Commit

Permalink
Merge pull request #1 from github/set-trailing-comma-to-none
Browse files Browse the repository at this point in the history
Set trailing comma to none
  • Loading branch information
koddsson authored Mar 24, 2020
2 parents 7e02cbe + dd017eb commit 9310c4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ module.exports = {
printWidth: 120,
semi: false,
singleQuote: true,
bracketSpacing: false
bracketSpacing: false,
trailingComma: 'none'
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@github/prettier-config",
"version": "0.0.2",
"description": "Prettier config used at GitHub",
"repository": "github/prettier-config",
"keywords": [
"prettier"
],
Expand Down

0 comments on commit 9310c4d

Please sign in to comment.