mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-04 12:01:52 +02:00
Fix some lint
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import { defineConfig } from 'vite-plus';
|
||||
|
||||
export default defineConfig({
|
||||
lint: {
|
||||
ignorePatterns: ['npm/**', 'crates/yaak-templates/pkg/**'],
|
||||
},
|
||||
test: {
|
||||
exclude: ['**/node_modules/**', '**/flatpak/**'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user