Switch to Tanstack Query

This commit is contained in:
Quentin Gliech
2024-11-12 11:03:31 +01:00
parent 86df1fe2d0
commit 32adf83949
44 changed files with 715 additions and 535 deletions

View File

@@ -17,19 +17,24 @@
"crates/**",
"frontend/src/gql/**",
"frontend/src/routeTree.gen.ts",
"frontend/.storybook/locales.ts",
"frontend/locales/*.json",
"**/coverage/**",
"**/dist/**"
]
},
"formatter": {
"enabled": true,
"useEditorconfig": true,
"ignore": ["frontend/.storybook/locales.ts", "frontend/locales/*.json"]
"useEditorconfig": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
"recommended": true,
"correctness": {
"noUnusedImports": "warn",
"noUnusedVariables": "warn"
}
}
}
}