Skip to content

Commit b8b816b

Browse files
committed
build: update eslint config
1 parent 9172e0b commit b8b816b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@
5858
"unicorn/no-typeof-undefined": "off",
5959
"unicorn/no-unused-properties": "error",
6060
"unicorn/prefer-array-flat": "off",
61+
"unicorn/prefer-at": "off",
6162
"unicorn/prefer-dom-node-dataset": "off",
6263
"unicorn/prefer-module": "off",
6364
"unicorn/prefer-query-selector": "off",
6465
"unicorn/prefer-spread": "off",
66+
"unicorn/prefer-string-replace-all": "off",
6567
"unicorn/prevent-abbreviations": "off"
6668
}
6769
}

0 commit comments

Comments
 (0)