fast lint

This commit is contained in:
Niki Wix Skaarup 2025-04-01 02:16:51 +02:00
parent 11f7aef552
commit 1adf2fb862
Signed by: nikiskaarup
GPG key ID: FC2F1B116F6E788C
9 changed files with 47 additions and 231 deletions

4
.oxlintrc.json Normal file
View file

@ -0,0 +1,4 @@
{
"plugins": ["oxc", "typescript", "unicorn", "import", "promise"],
"ignorePatterns": ["node_modules/", "build/", "bun.lock", "bunfig.toml"]
}