ci: replace prettier and eslint with oxfmt and oxlint

This commit is contained in:
2026-05-28 11:25:36 +02:00
committed by Milas Holsting
parent 003c94f62f
commit a3a9b01794
3 changed files with 9 additions and 9 deletions

View File

@@ -12,5 +12,5 @@
"removeComments": false,
"skipLibCheck": true
},
"include": ["eslint.config.ts", "static/**/*.ts", "scripts/**/*.ts"]
"include": ["static/**/*.ts", "scripts/**/*.ts"]
}