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 5, 2024
1 parent 03f0f17 commit f2e166a
Show file tree
Hide file tree
Showing 23 changed files with 1,056 additions and 815 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 f2e166a

Please sign in to comment.