mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add eslint plugin, add script in package.json
This commit is contained in:
parent
5977e2c51a
commit
3349cd69c9
5 changed files with 28 additions and 9 deletions
|
@ -4,6 +4,7 @@ import WindiCSS from "vite-plugin-windicss";
|
|||
import vueI18n from "@intlify/vite-plugin-vue-i18n";
|
||||
import { VitePWA } from "vite-plugin-pwa";
|
||||
import path from "path";
|
||||
import eslintPlugin from "vite-plugin-eslint";
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
|
@ -41,6 +42,7 @@ export default defineConfig({
|
|||
],
|
||||
},
|
||||
}),
|
||||
eslintPlugin(),
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue