1
0
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2026-04-13 14:31:05 +02:00

feat: add unicorn/prefer-modern-math-apis

BREAKING CHANGE: New rule introduced
This commit is contained in:
2023-07-18 22:04:34 +02:00
parent 807c201955
commit 8bfeaadf32
+2 -1
View File
@@ -199,7 +199,8 @@
"unicorn/throw-new-error": "error", "unicorn/throw-new-error": "error",
"unicorn/no-typeof-undefined": "error", "unicorn/no-typeof-undefined": "error",
"unicorn/require-array-join-separator": "error", "unicorn/require-array-join-separator": "error",
"unicorn/prefer-number-properties": "error" "unicorn/prefer-number-properties": "error",
"unicorn/prefer-modern-math-apis": "error"
}, },
"overrides": [ "overrides": [
{ {