Skip to content

Commit

Permalink
fix: use esm syntax on .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kilted-andres committed Aug 9, 2024
1 parent fa929e7 commit e6a7951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
env: {
browser: true,
es2021: true,
Expand Down

0 comments on commit e6a7951

Please sign in to comment.