Skip to content

Commit

Permalink
fix eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed May 31, 2024
1 parent 5e4758d commit 88d7393
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ export default [
files: ['**/*.js'],
languageOptions: { sourceType: 'commonjs' },
},
{
files: ['files/app/**/*.js'],
languageOptions: { sourceType: 'module' },
},
{ languageOptions: { globals: globals.node } },
pluginJs.configs.recommended,
eslintPluginPrettierRecommended,
Expand Down

0 comments on commit 88d7393

Please sign in to comment.