Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
tp47 committed Sep 22, 2023
1 parent 3dda7bf commit 2fea7fd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/dist
/node_modules
*.ts
*.json
24 changes: 0 additions & 24 deletions vite-plugin-handlebars-precompile.js

This file was deleted.

2 changes: 0 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { resolve, parse } from "path";
import { defineConfig } from "vite";
import handlebars from "./vite-plugin-handlebars-precompile";

export default defineConfig({
root: resolve(__dirname, "src"),
Expand All @@ -21,7 +20,6 @@ export default defineConfig({
},
},
},
plugins: [handlebars()],
resolve: {
alias: {
"@": resolve("./src"),
Expand Down

0 comments on commit 2fea7fd

Please sign in to comment.