Skip to content

Commit

Permalink
chore: Change from CommonJS to ECMAScript modules
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed May 13, 2024
1 parent da14b07 commit 1663b62
Show file tree
Hide file tree
Showing 8 changed files with 22,986 additions and 23,482 deletions.
2 changes: 1 addition & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
export default {
"src/*.js": ["eslint --fix", () => "npm run build", () => "git add :/dist"],
};
Loading

0 comments on commit 1663b62

Please sign in to comment.