Skip to content

Commit

Permalink
💚 Fix prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Dec 22, 2024
1 parent 69c22fe commit 96ff685
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 165 deletions.
1 change: 1 addition & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json.schemastore.org/prettierrc",
"plugins": ["@trivago/prettier-plugin-sort-imports"],
"arrowParens": "avoid",
"bracketSpacing": false,
"bracketSameLine": false,
Expand Down
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const config: StorybookConfig = {
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'storybook-react-intl',
'@storybook/addon-webpack5-compiler-babel'
'@storybook/addon-webpack5-compiler-babel',
],
docs: {},
webpackFinal: async config => {
Expand Down
184 changes: 21 additions & 163 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@storybook/test": "^8.4.7",
"@storybook/test-runner": "^0.21.0",
"@storybook/testing-library": "^0.2.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
"@types/react": "^18.2.65",
"@types/webpack": "^5.28.5",
"babel-loader": "^9.1.3",
Expand Down

0 comments on commit 96ff685

Please sign in to comment.