add prettier config

This commit is contained in:
Pig Fang 2020-04-05 17:22:10 +08:00
parent 37a3de273b
commit b1811078f4

View File

@ -16,5 +16,12 @@
"gulp": "^4.0.2",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
},
"prettier": {
"printWidth": 80,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2
}
}