Skip to content

Commit

Permalink
Eslint in normal dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Aug 9, 2023
1 parent 9d82ae8 commit 1ba8773
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 1 deletion.
60 changes: 60 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"qrcode-terminal": "^0.12.0",
"tailwindcss": "^3.3.3",
"vite": "^4.4.8",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^3.2.0"
}
}
4 changes: 3 additions & 1 deletion client/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';

import svgr from "vite-plugin-svgr";
import eslint from 'vite-plugin-eslint';


export default defineConfig({
plugins: [
Expand All @@ -22,6 +23,7 @@ export default defineConfig({
},
},
react(),
eslint()
],
server: {
port: 3000,
Expand Down

0 comments on commit 1ba8773

Please sign in to comment.