Skip to content

Commit

Permalink
remove eslint from vite
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Dec 4, 2024
1 parent 3df1c37 commit fe9db94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 48 deletions.
50 changes: 5 additions & 45 deletions ui/package-lock.json

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

1 change: 0 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
"sass": "^1.82.0",
"typescript": "^5.7.2",
"vite": "^6.0.2",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^2.1.8"
},
"optionalDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions ui/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import path from "path";
import {defineConfig} from "vite";
import vue from "@vitejs/plugin-vue";
import {visualizer} from "rollup-plugin-visualizer";
import eslintPlugin from "vite-plugin-eslint";
import * as sass from "sass"

import {filename} from "./plugins/filename"
Expand Down Expand Up @@ -36,7 +35,6 @@ export default defineConfig({
}
}),
visualizer(),
eslintPlugin({failOnWarning: true, failOnError: true}),
filename(),
commit()
],
Expand Down

0 comments on commit fe9db94

Please sign in to comment.