chore: use biome instead of prettier and eslint in hooks

This commit is contained in:
PalmDevs
2024-01-14 21:48:02 +07:00
parent 26ad4afc18
commit 7b00b5c2b8
2 changed files with 17 additions and 23 deletions

View File

@@ -27,6 +27,9 @@
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"parser": {
"allowComments": true
}
},
"javascript": {
@@ -44,12 +47,7 @@
},
"files": {
"ignoreUnknown": true,
"include": ["**/*.js", "**/*.json", "**/*.ts"],
"ignore": [
"**/tsconfig.json",
"**/tsconfig.*.json",
"dist/**/*",
"node_modules/**/*"
]
"include": ["*.js", "*.json", "*.ts"],
"ignore": ["dist/**/*", "node_modules/**/*"]
}
}