Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
runjuu committed Dec 19, 2023
1 parent bdbd00d commit e5fa164
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 63 deletions.
74 changes: 37 additions & 37 deletions format-package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"order": [
"name",
"version",
"description",
"license",
"private",
"engines",
"os",
"cpu",
"repository",
"bugs",
"homepage",
"author",
"contributors",
"keywords",
"bin",
"man",
"main",
"module",
"typings",
"sideEffects",
"browser",
"files",
"directories",
"workspaces",
"config",
"publishConfig",
"scripts",
"husky",
"lint-staged",
"...rest",
"dependencies",
"peerDependencies",
"devDependencies",
"optionalDependencies",
"bundledDependencies"
]
"order": [
"name",
"version",
"description",
"license",
"private",
"engines",
"os",
"cpu",
"repository",
"bugs",
"homepage",
"author",
"contributors",
"keywords",
"bin",
"man",
"main",
"module",
"typings",
"sideEffects",
"browser",
"files",
"directories",
"workspaces",
"config",
"publishConfig",
"scripts",
"husky",
"lint-staged",
"...rest",
"dependencies",
"peerDependencies",
"devDependencies",
"optionalDependencies",
"bundledDependencies"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clean": "turbo run clean",
"dev:docs": "pnpm --filter 'docs' dev",
"format": "run-p format:code format:package",
"format:code": "prettier '@(packages|sites|scripts)/**/*.@(ts|tsx|html|json)' --write",
"format:code": "prettier '*.@(ts|tsx|html|json)' '@(packages|sites|scripts)/**/*.@(ts|tsx|html|json)' --write",
"format:package": "format-package 'package.json' -w -c format-package.json",
"lint": "eslint . --ext .ts,.tsx --fix --max-warnings 0",
"prepare": "husky install",
Expand Down
8 changes: 3 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"enabled": false
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"enabled": false
}
40 changes: 20 additions & 20 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"]
},
"test": {
"dependsOn": ["build"],
"outputs": []
},
"lint": {
"dependsOn": ["build"],
"outputs": []
},
"start": {
"outputs": []
},
"clean": {
"outputs": []
}
}
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"]
},
"test": {
"dependsOn": ["build"],
"outputs": []
},
"lint": {
"dependsOn": ["build"],
"outputs": []
},
"start": {
"outputs": []
},
"clean": {
"outputs": []
}
}
}

1 comment on commit e5fa164

@vercel
Copy link

@vercel vercel bot commented on e5fa164 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

crossbell-universe – ./

crossbell-dev.vercel.app
crossbell-universe-crossbell.vercel.app
crossbell-universe-git-main-crossbell.vercel.app

Please sign in to comment.