v1.0 with SW PWA enabled
This commit is contained in:
18
frontend/node_modules/@tanstack/react-query/build/query-codemods/eslint.config.js
generated
vendored
Normal file
18
frontend/node_modules/@tanstack/react-query/build/query-codemods/eslint.config.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
// @ts-check
|
||||
|
||||
import rootConfig from './root.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',
|
||||
},
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user