Skip to content

Commit

Permalink
💅 Setup Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Oct 31, 2018
1 parent 3f7b5d7 commit 86a87e9
Show file tree
Hide file tree
Showing 3 changed files with 395 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
"author": "Christian Rackerseder <git@echooff.de>",
"license": "MIT",
"scripts": {
"precommit": "pretty-quick --staged",
"lint": "tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts'"
},
"devDependencies": {
"husky": "1.1.2",
"prettier": "1.14.3",
"pretty-quick": "1.8.0",
"tslint": "5.11.0",
"typescript": "3.1.4",
"typescript-tslint-plugin": "0.0.4"
Expand Down
Loading

0 comments on commit 86a87e9

Please sign in to comment.