Skip to content

Commit

Permalink
add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya Karabula-Stysiak committed Apr 30, 2023
1 parent deea4c0 commit 7d0f700
Show file tree
Hide file tree
Showing 9 changed files with 1,174 additions and 808 deletions.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 80
}
18 changes: 17 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.0.0",
"description": "",
"scripts": {
"build": "tsc"
"build": "tsc",
"prettier": "prettier src --write"
},
"keywords": [],
"author": "",
Expand All @@ -13,6 +14,7 @@
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/node": "^18.15.11"
"@types/node": "^18.15.11",
"prettier": "^2.8.8"
}
}
Loading

0 comments on commit 7d0f700

Please sign in to comment.