mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-11 08:50:04 +00:00
* build(deps-dev): Bump @biomejs/biome from 2.4.10 to 2.4.11 Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.4.10 to 2.4.11. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.11/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.4.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build: update biome.json schema to 2.4.11 Agent-Logs-Url: https://github.com/marocchino/sticky-pull-request-comment/sessions/f6a9d84c-09bc-4a86-9005-4600dbe7349c Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
33 lines
751 B
JSON
33 lines
751 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.4.11/schema.json",
|
|
"files": {
|
|
"includes": ["src/**/*.ts"]
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"formatWithErrors": false,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2,
|
|
"lineEnding": "lf",
|
|
"lineWidth": 100
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
},
|
|
"includes": ["vitest.config.ts", "src/**/*.ts", "__tests__/**/*.ts"]
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"jsxQuoteStyle": "double",
|
|
"quoteProperties": "asNeeded",
|
|
"semicolons": "asNeeded",
|
|
"arrowParentheses": "asNeeded",
|
|
"bracketSameLine": false,
|
|
"quoteStyle": "double",
|
|
"bracketSpacing": false
|
|
},
|
|
"globals": ["jest"]
|
|
}
|
|
}
|