forked from nixcn/nixcn-cms
feat(client): setup tanstack router
Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
@@ -2,7 +2,7 @@ import antfu from '@antfu/eslint-config';
|
||||
|
||||
export default antfu({
|
||||
gitignore: true,
|
||||
ignores: ['**/node_modules/**', '**/dist/**', 'bun.lock'],
|
||||
ignores: ['**/node_modules/**', '**/dist/**', 'bun.lock', '**/routeTree.gen.ts'],
|
||||
react: true,
|
||||
stylistic: {
|
||||
semi: true,
|
||||
|
||||
Reference in New Issue
Block a user