Skip to content

Commit

Permalink
Add organize imports back (#338)
Browse files Browse the repository at this point in the history
* feat: add organize imports plugin

* chore: bump version
  • Loading branch information
BatuhanW authored Apr 4, 2023
1 parent 74f45b6 commit 9f68b4d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"trailingComma": "all",
"singleQuote": false,
"printWidth": 80,
"tabWidth": 4
"tabWidth": 4,
"organizeImportsSkipDestructiveCodeActions": true
}
34 changes: 29 additions & 5 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superplate-cli",
"version": "1.15.2",
"version": "1.15.3",
"description": "The frontend boilerplate with superpowers",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -43,6 +43,7 @@
"parse-github-url": "^1.0.2",
"path": "^0.12.7",
"prettier": "^2.8.4",
"prettier-plugin-organize-imports": "^3.2.2",
"sao": "^2.0.0-beta.1",
"tar": "^4.4.19",
"temp": "^0.9.4",
Expand Down

0 comments on commit 9f68b4d

Please sign in to comment.