Files

43 lines
720 B
JSON
Raw Permalink Normal View History

2024-12-16 22:37:21 -07:00
{
"$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
2025-03-18 21:44:40 -06:00
"files": {
"ignore": ["node_modules", "dist", "package.json"]
},
2024-12-16 22:37:21 -07:00
"organizeImports": {
"enabled": true
},
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"formatter": {
"indentStyle": "space"
},
"javascript": {
"formatter": {
"quoteStyle": "single"
}
},
"css": {
"parser": {
"cssModules": true
}
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"a11y": {
"all": false
2025-03-02 22:55:54 -07:00
},
"suspicious": {
"noExplicitAny": "off"
},
"style": {
"noNonNullAssertion": "off"
2024-12-16 22:37:21 -07:00
}
}
}
}