Skip to content

Commit

Permalink
Merge pull request eclipse-sw360#149 from eclipse-sw360/heliocastro/p…
Browse files Browse the repository at this point in the history
…rettier_import

chore(prettier): Automatic organize imports
  • Loading branch information
heliocastro authored Oct 12, 2023
2 parents 49ea6a3 + df9fdd9 commit 3ec266a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"arrowParens": "always",
"endOfLine": "auto",
"bracketSpacing": true,
"bracketSameLine": false
"bracketSameLine": false,
"plugins": ["prettier-plugin-organize-imports"]
}
21 changes: 21 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 @@ -61,6 +61,7 @@
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.3",
"pretty-quick": "^3.1.3",
"storybook": "^7.4.6",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit 3ec266a

Please sign in to comment.