Skip to content

Commit

Permalink
Merge pull request #60 from thibseisel/feature/prettier-organize-imports
Browse files Browse the repository at this point in the history
Configure Prettier to automatically organize imports
  • Loading branch information
thibseisel authored Jun 17, 2024
2 parents 3e61086 + ccdfcf8 commit cbf6a97
Show file tree
Hide file tree
Showing 5 changed files with 26 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
1 change: 1 addition & 0 deletions src/application/files/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"plugins": ["prettier-plugin-organize-imports"],
"semi": false
}
1 change: 1 addition & 0 deletions src/application/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"jest-junit": "^16.0.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.0",
"supertest": "^7.0.0",
"ts-jest": "^29.1.0",
"ts-loader": "^9.5.0",
Expand Down

0 comments on commit cbf6a97

Please sign in to comment.