Skip to content

Commit

Permalink
fixed some vite issues
Browse files Browse the repository at this point in the history
  • Loading branch information
owenmoogk committed Aug 19, 2024
1 parent dd85441 commit ea9feb8
Show file tree
Hide file tree
Showing 4 changed files with 634 additions and 55 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@
"rules": {
"no-console": "warn",
"@typescript-eslint/no-unused-vars": [
"error"
"error",
{}
],
"react/prop-types": "off",
"react/react-in-jsx-scope": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"array-callback-return": "error",
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules/
build/
.vscode/
dist/

public/img/projects/ecoflow/demo.mp4

Expand Down
Loading

0 comments on commit ea9feb8

Please sign in to comment.