1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-11-09 22:08:37 +01:00

feat: add unicorn/prefer-structured-clone

BREAKING CHANGE: New rule introduced
This commit is contained in:
Théo LUDWIG 2024-09-17 23:58:02 +02:00
parent bcd9fe10d3
commit 19f74fc6a2
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -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": [