From 1d68e81ddb8b0868c8dec8de2059a58fa5b2e30b Mon Sep 17 00:00:00 2001 From: unnoq Date: Sun, 29 Dec 2024 18:02:17 +0700 Subject: [PATCH] lint fixed --- eslint.config.js | 1 + packages/react/tests/orpc.tsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 246ad594..4e67c5bf 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -8,6 +8,7 @@ export default antfu({ 'ts/consistent-type-definitions': 'off', 'react-refresh/only-export-components': 'off', 'react/prefer-destructuring-assignment': 'off', + 'react/no-context-provider': 'off', }, }, { files: ['**/*.test.ts', '**/*.test.tsx', '**/*.test-d.ts', '**/*.test-d.tsx', 'apps/content/examples/**', 'playgrounds/**'], diff --git a/packages/react/tests/orpc.tsx b/packages/react/tests/orpc.tsx index 461e3c52..870ed95c 100644 --- a/packages/react/tests/orpc.tsx +++ b/packages/react/tests/orpc.tsx @@ -1,4 +1,3 @@ -/* eslint-disable react/no-context-provider */ import type { RouterClient } from '@orpc/server' import { createClient } from '@orpc/client' import { ORPCLink } from '@orpc/client/fetch'