Skip to content

Commit

Permalink
fix: ESLint does not support ESM configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gxr404 committed Dec 25, 2023
1 parent 72d5831 commit 47e4fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js → .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
env: {
node: true,
},
Expand Down

0 comments on commit 47e4fad

Please sign in to comment.