-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
Signed-off-by: Sora Morimoto <[email protected]>
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"$schema": "node_modules/@biomejs/biome/configuration_schema.json", | ||
"files": { | ||
"ignore": ["package.json", "**/dist/**/*.js"] | ||
}, | ||
"formatter": { | ||
"enabled": true, | ||
"indentStyle": "space" | ||
}, | ||
"linter": { | ||
"enabled": true, | ||
"rules": { | ||
"recommended": true, | ||
"complexity": { | ||
"useLiteralKeys": "off" | ||
} | ||
} | ||
}, | ||
"organizeImports": { | ||
"enabled": true | ||
}, | ||
"vcs": { | ||
"clientKind": "git", | ||
"enabled": true, | ||
"useIgnoreFile": true | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,12 @@ | |
], | ||
"scripts": { | ||
"build": "turbo run build --continue --parallel", | ||
"format": "turbo run format --continue --parallel", | ||
"format:check": "turbo run format:check --continue --parallel", | ||
"lint": "turbo run lint --continue --parallel", | ||
"ci": "biome ci .", | ||
"format": "biome format --write .", | ||
"typecheck": "turbo run typecheck --continue --parallel" | ||
}, | ||
"resolutions": { | ||
"eslint-plugin-import/tsconfig-paths": "4.2.0" | ||
}, | ||
"devDependencies": { | ||
"prettier": "3.2.5", | ||
"prettier-plugin-packagejson": "2.5.0", | ||
"@biomejs/biome": "1.7.3", | ||
"turbo": "1.13.3" | ||
}, | ||
"packageManager": "[email protected]" | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.