Skip to content

Commit

Permalink
refactor: ♻️ Add code splitting and restructurate code accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
Valdo Ryu committed Dec 4, 2024
1 parent 03f0f17 commit e01f089
Show file tree
Hide file tree
Showing 23 changed files with 1,021 additions and 810 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"browser": true
},
"parserOptions": {
"ecmaVersion": 8
"ecmaVersion": 2020,
"sourceType": "module"
},
"globals": {
"chrome": true,
Expand Down
Loading

0 comments on commit e01f089

Please sign in to comment.