Files
twitch-chatter-helper/biome.json
2025-03-02 17:15:58 +00:00

27 lines
480 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"all": true,
"correctness": {
"noUndeclaredDependencies": "off"
},
"complexity": {
"useLiteralKeys": "off"
},
"style": {
"useExplicitLengthCheck": "off",
"useNamingConvention": "off"
}
},
"ignore": [
"src/Services/Miniflux/Requests/*",
"src/Services/Miniflux/Responses/*"
]
}
}