ci: replace prettier and eslint with oxfmt and oxlint

This commit is contained in:
2026-05-28 11:25:36 +02:00
parent 650a415c2d
commit eaeb2d09ee
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"]
}