Skip to content

Commit

Permalink
style: sort imports with Prettier within the repo itself
Browse files Browse the repository at this point in the history
  • Loading branch information
thibseisel committed Jun 17, 2024
1 parent 816f2d9 commit ccdfcf8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"plugins": ["prettier-plugin-organize-imports"],
"semi": false
}
22 changes: 22 additions & 0 deletions 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 @@ -38,6 +38,7 @@
"jasmine": "^5.1.0",
"lint-staged": "^15.2.0",
"prettier": "^3.3.0",
"prettier-plugin-organize-imports": "^3.2.4",
"typescript": "~5.4.0"
},
"engines": {
Expand Down

0 comments on commit ccdfcf8

Please sign in to comment.