still bug

This commit is contained in:
Kenta420 2024-01-25 16:55:26 +07:00
parent 28cdbbc4f9
commit 03b65399df
5 changed files with 315 additions and 13 deletions

View file

@ -21,7 +21,7 @@ module.exports = {
ecmaVersion: 12,
sourceType: 'module',
},
plugins: ['react-refresh', '@typescript-eslint'],
plugins: ['react-refresh', '@typescript-eslint', '@tanstack/eslint-plugin-query'],
rules: {
'react-refresh/only-export-components': [
'warn',