Skip to content

Commit

Permalink
[IMP] eslint: считаем js-файлы как sourceType: module
Browse files Browse the repository at this point in the history
  • Loading branch information
em230418 committed Sep 30, 2024
1 parent 2b6f6d5 commit 5ffe380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parserOptions:

overrides:
- files:
- "**/*.esm.js"
- "**/*.js"
parserOptions:
sourceType: module

Expand Down

0 comments on commit 5ffe380

Please sign in to comment.