Skip to content

Commit

Permalink
feat: add unicorn/prefer-structured-clone
Browse files Browse the repository at this point in the history
BREAKING CHANGE: New rule introduced
  • Loading branch information
theoludwig committed Sep 17, 2024
1 parent bcd9fe1 commit 19f74fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
"unicorn/require-array-join-separator": "error",
"unicorn/prefer-number-properties": "error",
"unicorn/prefer-modern-math-apis": "error",
"unicorn/prefer-structured-clone": "error",
"unicorn/template-indent": "error"
},
"overrides": [
Expand Down

0 comments on commit 19f74fc

Please sign in to comment.