Interstellar / biome.json
namelessai's picture
upload all files
9f00a05
raw
history blame contribute delete
967 Bytes
{
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
"files": {
"ignore": [
"static/assets/dyn/**",
"static/assets/ultra/**",
"static/assets/json/*.min.json",
"Masqr.js",
"node_modules/**",
"package-lock.json",
"package.json",
"*.md",
"bun.lockb",
"Failed.html",
"static/assets/js/f.js"
]
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"indentStyle": "space",
"indentWidth": 2,
"lineEnding": "lf",
"lineWidth": 85,
"attributePosition": "auto"
},
"javascript": {
"formatter": {
"enabled": true,
"arrowParentheses": "asNeeded",
"bracketSameLine": true,
"bracketSpacing": true
}
},
"css": {
"formatter": {
"enabled": true,
"indentWidth": 3
},
"linter": {
"enabled": true
}
}
}