We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e02cbe + dd017eb commit 9310c4dCopy full SHA for 9310c4d
index.js
@@ -2,5 +2,6 @@ module.exports = {
2
printWidth: 120,
3
semi: false,
4
singleQuote: true,
5
- bracketSpacing: false
+ bracketSpacing: false,
6
+ trailingComma: 'none'
7
}
package.json
@@ -2,6 +2,7 @@
"name": "@github/prettier-config",
"version": "0.0.2",
"description": "Prettier config used at GitHub",
+ "repository": "github/prettier-config",
"keywords": [
"prettier"
8
],
0 commit comments