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 5365174 commit ffa5d93Copy full SHA for ffa5d93
.eslintrc.json
@@ -98,7 +98,9 @@
98
"unicorn/prefer-module": "off",
99
"unicorn/prefer-query-selector": "off",
100
"unicorn/prefer-spread": "off",
101
+ "unicorn/prefer-string-raw": "off",
102
"unicorn/prefer-string-replace-all": "off",
103
+ "unicorn/prefer-structured-clone": "off",
104
"unicorn/prevent-abbreviations": "off"
105
},
106
"overrides": [
@@ -218,7 +220,8 @@
218
220
219
221
{
222
"files": [
- "**/*.md/*.js"
223
+ "**/*.md/*.js",
224
+ "**/*.md/*.mjs"
225
],
226
"extends": "plugin:markdown/recommended-legacy",
227
"parserOptions": {
0 commit comments