chore(client): format

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2026-02-01 15:31:29 +08:00
committed by Asai Neko
parent b7ac942807
commit f793a7516f
7 changed files with 42 additions and 38 deletions

View File

@@ -4,7 +4,7 @@ import pluginQuery from '@tanstack/eslint-plugin-query';
export default antfu({
gitignore: true,
ignores: ['**/node_modules/**', '**/dist/**', 'bun.lock', '**/routeTree.gen.ts', '**/ui/**', 'src/components/editor/**/*', 'src/client/**/*', 'openapi-ts.config.ts'],
ignores: ['**/node_modules/**', '**/dist/**', 'bun.lock', '**/routeTree.gen.ts', '**/ui/**', 'src/components/editor/**/*', 'src/client/**/*', 'openapi-ts.config.ts', 'vitest.shims.d.ts', '.storybook/**/*'],
react: true,
stylistic: {
semi: true,