the-forest/client/node_modules/@tanstack/react-query/build/query-codemods/eslint.config.js
2024-09-17 20:35:18 -04:00

19 lines
382 B
JavaScript

// @ts-check
import rootConfig from '../../eslint.config.js'
export default [
...rootConfig,
{
rules: {
'cspell/spellchecker': 'off',
'@typescript-eslint/no-unnecessary-condition': 'off',
'import/no-duplicates': 'off',
'import/no-unresolved': 'off',
'import/order': 'off',
'no-shadow': 'off',
'sort-imports': 'off',
},
},
]