Build and push / build (push) Skipped
Build and push / build (pull_request) Successful in 36s
24 lines
637 B
JSON
24 lines
637 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.5.3/schema.json",
|
|
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
|
|
"files": { "includes": ["src/**/*", "*.js", "*.json"] },
|
|
"formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 120 },
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"correctness": {
|
|
"noUndeclaredVariables": "error"
|
|
}
|
|
}
|
|
},
|
|
"javascript": {
|
|
"globals": ["describe", "it", "expect"],
|
|
"formatter": {
|
|
"quoteStyle": "single",
|
|
"semicolons": "always",
|
|
"trailingCommas": "all"
|
|
}
|
|
}
|
|
}
|