We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80160c commit e4cafcfCopy full SHA for e4cafcf
.eslintrc.json
@@ -197,6 +197,15 @@
197
"unicorn/no-array-for-each": "off"
198
}
199
},
200
+ {
201
+ "files": [
202
+ "docs/assets/js/**"
203
+ ],
204
+ "parserOptions": {
205
+ "sourceType": "module",
206
+ "ecmaVersion": 2020
207
+ }
208
+ },
209
{
210
"files": [
211
"**/*.md"
@@ -210,7 +219,7 @@
219
220
"**/*.md/*.js"
212
221
],
213
- "extends": "plugin:markdown/recommended",
222
+ "extends": "plugin:markdown/recommended-legacy",
214
223
"parserOptions": {
215
224
"sourceType": "module"
216
225
0 commit comments