Add eslint-plugin-relay rules (warning only)

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-23 15:16:41 +04:00
parent 188ae13d58
commit 3899656730
8 changed files with 73 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ export default defineConfig([
configs.ts,
configs.imports,
configs.react,
configs.relay,
configs.stylistic,
configs.languageOptions.browser,
]);