Skip to content

Commit

Permalink
Prettier settings & tuning tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
isaldin committed Jan 16, 2020
1 parent bc839e1 commit 2aa8351
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 100,
tabWidth: 2
};
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strictPropertyInitialization": false,
"resolveJsonModule": true,
"baseUrl": "./src",
"paths": {
"@app/*": ["./*"]
Expand Down

0 comments on commit 2aa8351

Please sign in to comment.