ci) switch linting to biome
Some checks failed
PR Checks / lint-test-and-docker-build (pull_request) Failing after 1m42s
Some checks failed
PR Checks / lint-test-and-docker-build (pull_request) Failing after 1m42s
This commit is contained in:
14
biome.json
Normal file
14
biome.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
|
||||
"files": {
|
||||
"includes": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.js",
|
||||
"src/**/*.mjs",
|
||||
"src/**/*.cjs"
|
||||
]
|
||||
},
|
||||
"linter": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user