Skip to content

Commit

Permalink
build: update eslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Apr 7, 2024
1 parent c80160c commit e4cafcf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,15 @@
"unicorn/no-array-for-each": "off"
}
},
{
"files": [
"docs/assets/js/**"
],
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2020
}
},
{
"files": [
"**/*.md"
Expand All @@ -210,7 +219,7 @@
"files": [
"**/*.md/*.js"
],
"extends": "plugin:markdown/recommended",
"extends": "plugin:markdown/recommended-legacy",
"parserOptions": {
"sourceType": "module"
},
Expand Down

0 comments on commit e4cafcf

Please sign in to comment.