Skip to content
Snippets Groups Projects
Verified Commit 8d9129ff authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: support for prettier

parent 3d507531
No related branches found
No related tags found
No related merge requests found
Pipeline #682 passed
{
"semi": true,
"trailingComma": "none",
"singleQuote": false,
"tabWidth": 4
}
This diff is collapsed.
......@@ -8,10 +8,12 @@
"license": "Apache-2.0",
"scripts": {
"build": "tsc -p .",
"pretty": "prettier --config .prettierrc \"./**/*.ts\" --write",
"start": "npm run build",
"watch": "tsc-watch"
},
"devDependencies": {
"prettier": "^2.7.1",
"tsc-watch": "^5.0.3",
"typescript": "^4.5.5"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment