Fix eslint
This commit is contained in:
@@ -11,7 +11,8 @@ const eslintConfig = defineConfig([
|
||||
'.next/**',
|
||||
'out/**',
|
||||
'build/**',
|
||||
'next-env.d.ts'
|
||||
'next-env.d.ts',
|
||||
'src-tauri/**'
|
||||
])
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user