From 9cc278b4313987416001ae3d3d8411439b9df617 Mon Sep 17 00:00:00 2001 From: Hazmi Alfarizqi Date: Mon, 14 Oct 2024 23:08:58 +0700 Subject: [PATCH] feat(common): remove prefer/math-trunc --- conf/common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/common.js b/conf/common.js index 4dcb812..d689301 100644 --- a/conf/common.js +++ b/conf/common.js @@ -393,7 +393,6 @@ export default [ "unicorn/prefer-includes": "error", "unicorn/prefer-keyboard-event-key": "error", "unicorn/prefer-logical-operator-over-ternary": "error", - "unicorn/prefer-math-trunc": "error", "unicorn/prefer-modern-math-apis": "warn", "unicorn/prefer-module": "off", // Add @hazmi35/eslint-config/modules config "unicorn/prefer-native-coercion-functions": "error",