Fix eslint-plugin-relay d.ts reach by console and trust

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-23 15:51:05 +04:00
parent 3899656730
commit 9b528c2b88
10 changed files with 31 additions and 19 deletions

View File

@@ -14,7 +14,8 @@
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
"noUncheckedSideEffectImports": true,
"types": ["@probo/eslint-plugin-relay-types"]
},
"include": ["src/**/*.ts", "eslint.config.mjs"]
"include": ["src", "eslint.config.mjs"],
}