Skip to content

Commit

Permalink
Install prettier as dev dep and run format
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerMatteo committed Aug 21, 2024
1 parent 328101b commit 8b3545e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 1 addition & 1 deletion app/extensions/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { FlyToGeoJsonExtension } from './FlyToGeoJsonExtension';
export { FlyToGeoJsonExtension } from "./FlyToGeoJsonExtension";
2 changes: 1 addition & 1 deletion package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"msw": "^2.2.2",
"prettier": "3.3.3",
"randexp": "^0.5.3",
"typescript": "^5.1.6",
"vite": "^5.1.7",
Expand Down

0 comments on commit 8b3545e

Please sign in to comment.