mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-12 11:41:14 +00:00
33 lines
750 B
JSON
33 lines
750 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.0.4/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"]
|
|
}
|
|
}
|