Skip to content

Commit 19f74fc

Browse files
committed
feat: add unicorn/prefer-structured-clone
BREAKING CHANGE: New rule introduced
1 parent bcd9fe1 commit 19f74fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"unicorn/require-array-join-separator": "error",
175175
"unicorn/prefer-number-properties": "error",
176176
"unicorn/prefer-modern-math-apis": "error",
177+
"unicorn/prefer-structured-clone": "error",
177178
"unicorn/template-indent": "error"
178179
},
179180
"overrides": [

0 commit comments

Comments
 (0)