Skip to content

Commit ffa5d93

Browse files
committed
build: update eslint configuration
1 parent 5365174 commit ffa5d93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.eslintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@
9898
"unicorn/prefer-module": "off",
9999
"unicorn/prefer-query-selector": "off",
100100
"unicorn/prefer-spread": "off",
101+
"unicorn/prefer-string-raw": "off",
101102
"unicorn/prefer-string-replace-all": "off",
103+
"unicorn/prefer-structured-clone": "off",
102104
"unicorn/prevent-abbreviations": "off"
103105
},
104106
"overrides": [
@@ -218,7 +220,8 @@
218220
},
219221
{
220222
"files": [
221-
"**/*.md/*.js"
223+
"**/*.md/*.js",
224+
"**/*.md/*.mjs"
222225
],
223226
"extends": "plugin:markdown/recommended-legacy",
224227
"parserOptions": {

0 commit comments

Comments
 (0)