UNPKG

@tanstack/react-query

Version:

Hooks for managing, caching and syncing asynchronous and remote data in React

20 lines (17 loc) 432 B
// @ts-check import rootConfig from './root.eslint.config.js' export default [ ...rootConfig, { rules: { 'cspell/spellchecker': 'off', '@typescript-eslint/no-unnecessary-condition': 'off', '@typescript-eslint/require-await': 'off', 'import/no-duplicates': 'off', 'import/no-unresolved': 'off', 'import/order': 'off', 'no-shadow': 'off', 'sort-imports': 'off', }, }, ]