init
This commit is contained in:
26
biome.json
Normal file
26
biome.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$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/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user