Skip to content

Commit

Permalink
feat[coral]: Add prettier
Browse files Browse the repository at this point in the history
Resolves: #110
  • Loading branch information
SmuliS committed Oct 19, 2022
1 parent 5dc8df5 commit bee762a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion coral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"lint": "prettier --check src",
"reformat": "prettier --write src"
},
"dependencies": {
"react": "^18.2.0",
Expand All @@ -22,6 +24,7 @@
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"prettier": "^2.7.1",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
Expand Down
8 changes: 8 additions & 0 deletions coral/pnpm-lock.yaml

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

0 comments on commit bee762a

Please sign in to comment.