Skip to content

Commit 065b5f4

Browse files
authored
chore: disable the ESLint rule that removes Context.Provider (#9162)
* style: disable the ESLint rule that removes Context.Provider * fix: correct grammartic mistake
1 parent c1142b9 commit 065b5f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/react-query/eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ export default [
1111
{
1212
files: ['**/*.{ts,tsx}'],
1313
...pluginReact.configs.recommended,
14+
rules: {
15+
'@eslint-react/no-context-provider': 'off',
16+
},
1417
},
1518
{
1619
plugins: {

0 commit comments

Comments
 (0)