Skip to content

Commit

Permalink
[chore](core): fix white space inconsintency between sort and format
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeMargarida committed Jun 27, 2023
1 parent 5964648 commit d7ebc5e
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"deploy:docs": "yarn build:docs && yarn script:build-docs && yarn workspace svelteui-docs deploy:nobuild",
"dev": "yarn storybook",
"dev:docs": "yarn package && yarn workspace svelteui-docs dev",
"format": "turbo run format --parallel",
"format": "prettier --write --ignore-unknown ./package.json configuration apps && turbo run format --parallel",
"postinstall": "npx patch-package",
"lint": "turbo run lint --parallel",
"package": "yarn clean && turbo run package --parallel",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelteui-composables/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_modules
.env
.env.*
!.env.example
package.json


# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
Expand Down
2 changes: 1 addition & 1 deletion packages/svelteui-core/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_modules
.env
.env.*
!.env.example
package.json


# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
Expand Down
2 changes: 1 addition & 1 deletion packages/svelteui-dates/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_modules
.env
.env.*
!.env.example
package.json


# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
Expand Down
2 changes: 1 addition & 1 deletion packages/svelteui-demos/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_modules
.env
.env.*
!.env.example
package.json


# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
Expand Down
2 changes: 1 addition & 1 deletion packages/svelteui-motion/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_modules
.env
.env.*
!.env.example
package.json


# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
Expand Down
2 changes: 1 addition & 1 deletion packages/svelteui-preprocessors/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_modules
.env
.env.*
!.env.example
package.json


# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
Expand Down
2 changes: 1 addition & 1 deletion packages/svelteui-prism/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_modules
.env
.env.*
!.env.example
package.json


# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
Expand Down
1 change: 0 additions & 1 deletion packages/svelteui-tests/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ node_modules
.env
.env.*
!.env.example
package.json

# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
Expand Down

0 comments on commit d7ebc5e

Please sign in to comment.