mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-22 12:04:16 +00:00
temporary disable checker plugin until TypeScript 7 exposes a stable api
This commit is contained in:
@@ -13,7 +13,8 @@ export default defineConfig(() => ({
|
||||
}),
|
||||
lingui(),
|
||||
checker({
|
||||
typescript: true,
|
||||
// temporary disabled until TypeScript 7 exposes a stable api
|
||||
// typescript: true,
|
||||
biome: {
|
||||
command: "check",
|
||||
flags: "--error-on-warnings",
|
||||
|
||||
Reference in New Issue
Block a user