Skip to content

Commit e4cafcf

Browse files
committed
build: update eslint configuration
1 parent c80160c commit e4cafcf

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.eslintrc.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,15 @@
197197
"unicorn/no-array-for-each": "off"
198198
}
199199
},
200+
{
201+
"files": [
202+
"docs/assets/js/**"
203+
],
204+
"parserOptions": {
205+
"sourceType": "module",
206+
"ecmaVersion": 2020
207+
}
208+
},
200209
{
201210
"files": [
202211
"**/*.md"
@@ -210,7 +219,7 @@
210219
"files": [
211220
"**/*.md/*.js"
212221
],
213-
"extends": "plugin:markdown/recommended",
222+
"extends": "plugin:markdown/recommended-legacy",
214223
"parserOptions": {
215224
"sourceType": "module"
216225
},

0 commit comments

Comments
 (0)