Get lint running

This commit is contained in:
Gregory Schier
2026-03-13 07:32:55 -07:00
parent 49659a3da9
commit 7f4eedd630
7 changed files with 7 additions and 231 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import { defineConfig } from "vite-plus";
import { defineConfig } from 'vite-plus';
export default defineConfig({
test: {
exclude: ["**/node_modules/**", "**/flatpak/**"],
exclude: ['**/node_modules/**', '**/flatpak/**'],
},
});