mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-23 04:25:07 +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(),
|
lingui(),
|
||||||
checker({
|
checker({
|
||||||
typescript: true,
|
// temporary disabled until TypeScript 7 exposes a stable api
|
||||||
|
// typescript: true,
|
||||||
biome: {
|
biome: {
|
||||||
command: "check",
|
command: "check",
|
||||||
flags: "--error-on-warnings",
|
flags: "--error-on-warnings",
|
||||||
|
|||||||
Reference in New Issue
Block a user