Skip to content

Commit

Permalink
Update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
AshurovG committed Sep 24, 2024
1 parent df6a3ca commit b43a1cb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ import eslintConfigPrettier from 'eslint-config-prettier';

export default [
{
languageOptions: { globals: globals.browser },
ignorePatterns: ['./node_modules/'],
languageOptions: {
globals: {
...globals.browser,
Handlebars: 'readonly',
},
},
},
pluginJs.configs.recommended,
eslintConfigPrettier,
Expand Down

0 comments on commit b43a1cb

Please sign in to comment.