Skip to content

style: Add formatter rule & apply #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@
"rules": {
"recommended": true
}
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
}
}
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Empty file modified examples/laravel10-app/jsconfig.json
Whitespace-only changes.
Whitespace-only changes.
Empty file modified examples/laravel10-app/package.json
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Empty file modified examples/laravel10-app/tsconfig.json
Whitespace-only changes.
Whitespace-only changes.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"types": "./dist/src/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.json && cp -R templates ./dist",
"lint": "biome check .",
"lint:fix": "biome check --apply .",
"prepublishOnly": "pnpm run build",
"release": "npx git-ensure -a && npx bumpp --commit --tag --push",
"typecheck": "tsc --noEmit"
Expand Down
Empty file modified src/cli.ts
Whitespace-only changes.
Whitespace-only changes.
Empty file modified src/generate.ts
Whitespace-only changes.
Empty file modified src/models/createEnumTypes.ts
Whitespace-only changes.
Empty file modified src/models/createLarvelEnumTypes.ts
Whitespace-only changes.
Empty file modified src/models/createSource.ts
Whitespace-only changes.
Empty file modified src/models/createTypes.ts
Whitespace-only changes.
Empty file modified src/print.ts
Whitespace-only changes.
Empty file modified src/routes/createSource.ts
Whitespace-only changes.
Empty file modified src/routes/createTypes.ts
Whitespace-only changes.
Empty file modified src/types/index.ts
Whitespace-only changes.
Empty file modified src/types/inertia.ts
Whitespace-only changes.
Empty file modified src/utils.ts
Whitespace-only changes.
Empty file modified templates/route.d.ts
Whitespace-only changes.
Empty file modified tsconfig.json
Whitespace-only changes.