Skip to content

Commit

Permalink
[IMP] eslint: файлы из app и overrides воспринимать как es-модули
Browse files Browse the repository at this point in the history
  • Loading branch information
em230418 committed Nov 6, 2024
1 parent 9648976 commit 05b8461
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ parserOptions:

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

0 comments on commit 05b8461

Please sign in to comment.