Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Aug 16, 2024
1 parent 3f84aa3 commit 99da963
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"root": true,
"ignorePatterns": [
"dist",
"src/scripts"
"src/scripts",
"**/*.d.ts",
"vite.config.js"
],
"rules": {
"@typescript-eslint/consistent-type-imports": [
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# production
/build
*.tsbuildinfo

# misc
.DS_Store
Expand All @@ -21,3 +22,7 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Custom
vite.config.d.ts
vite.config.js

0 comments on commit 99da963

Please sign in to comment.