fdajskldfsljkaf / biome.json
T1ckbase
first commit
5566839
{
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"ignoreUnknown": true,
"includes": ["**"]
},
"html": {
"formatter": {
"enabled": true,
"indentScriptAndStyle": true
}
},
"javascript": {
"parser": {
"jsxEverywhere": false
},
"formatter": {
"quoteStyle": "single",
"jsxQuoteStyle": "single",
"semicolons": "always"
}
},
"css": {
"formatter": {
"quoteStyle": "single"
}
},
"formatter": {
"formatWithErrors": true,
"indentStyle": "space",
"lineEnding": "lf",
"lineWidth": 160
},
"linter": {
"rules": {
"recommended": true,
"style": {
"noNonNullAssertion": "off",
"useNodejsImportProtocol": "error"
},
"suspicious": {
"noTsIgnore": "off"
}
}
},
"assist": {
"enabled": true,
"actions": {
"source": {
"organizeImports": "on"
}
}
}
}