Skip to content

Commit

Permalink
chore: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Sep 14, 2023
1 parent 1ae56e6 commit 0f252dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ module.exports = {
},
},
{
files: ['./**/*.js', './**/*.cjs', './**/*.mjs'],
files: ['./**/*.js', './**/*.cjs', './**/*.mjs', './*.js', './*.cjs', './*.mjs'],
parserOptions: {
sourceType: 'module',
},
extends: [
'@myparcel-eslint/eslint-config-node',
'@myparcel-eslint/eslint-config-esnext',
Expand Down

0 comments on commit 0f252dd

Please sign in to comment.