Skip to content

Commit e69ba87

Browse files
committed
configure vite, eslint
1 parent 45fb450 commit e69ba87

File tree

10 files changed

+2851
-259
lines changed

10 files changed

+2851
-259
lines changed

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
dist

eslint.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import js from "@eslint/js";
22
import globals from "globals";
33
import { defineConfig } from "eslint/config";
44

5-
65
export default defineConfig([
76
{ files: ["**/*.{js,mjs,cjs}"], plugins: { js }, extends: ["js/recommended"] },
87
{ files: ["**/*.{js,mjs,cjs}"], languageOptions: { globals: globals.browser } },
9-
]);
8+
]);

index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)