Skip to content

Commit 9310c4d

Browse files
authored
Merge pull request #1 from github/set-trailing-comma-to-none
Set trailing comma to none
2 parents 7e02cbe + dd017eb commit 9310c4d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ module.exports = {
22
printWidth: 120,
33
semi: false,
44
singleQuote: true,
5-
bracketSpacing: false
5+
bracketSpacing: false,
6+
trailingComma: 'none'
67
}

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@github/prettier-config",
33
"version": "0.0.2",
44
"description": "Prettier config used at GitHub",
5+
"repository": "github/prettier-config",
56
"keywords": [
67
"prettier"
78
],

0 commit comments

Comments
 (0)