Skip to content

Commit

Permalink
Update prettier to 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Feb 19, 2024
1 parent 14ceff0 commit 5aa0286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.5",
"postcss-csso": "^6.0.1",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"rimraf": "^5.0.1",
"sass": "^1.64.2",
"typescript": "^5.3.3"
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"],
"~/*": ["./app/*"]
},
"noEmit": true,
"skipLibCheck": true,
},
"skipLibCheck": true
}
}

0 comments on commit 5aa0286

Please sign in to comment.