Skip to content

Commit

Permalink
Fix formatting issues with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
COdevra committed Aug 9, 2024
1 parent 6718b62 commit 2f80d57
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nepalingo-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format-check": "prettier . --check",
"preview": "vite preview"
},
"preview": "vite preview",
"format": "prettier . --write"
}

,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
Expand Down

0 comments on commit 2f80d57

Please sign in to comment.