Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
donotlb committed Oct 22, 2024
1 parent f2e5cfa commit 06d4996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
settings: {
'import/resolver': {
node: {
extensions: ['.js', '.jsx', '.mjs'],
extensions: ['.js', '.jsx', '.mjs', '.cjs'],
},
},
},
Expand Down

0 comments on commit 06d4996

Please sign in to comment.