Skip to content

Commit

Permalink
Bump prettier (#4104)
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
himdel authored Aug 7, 2023
1 parent c4fa0e3 commit 57e0f20
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ importOrder:
- "^src/"
- "^[./]"
importOrderSortSpecifiers: true
plugins:
- '@trivago/prettier-plugin-sort-imports'
20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"babel-plugin-macros": "^3.1.0",
"css-loader": "^6.8.1",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.9.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.32.2",
"html-webpack-plugin": "^5.5.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.27",
"prettier": "^2.8.8",
"prettier": "^3.0.1",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"source-map-loader": "^4.0.1",
Expand Down

0 comments on commit 57e0f20

Please sign in to comment.