diff --git a/.eslintrc b/.eslintrc index e41ae0a..2124d9c 100644 --- a/.eslintrc +++ b/.eslintrc @@ -6,7 +6,8 @@ "no-console": "off", "no-mixed-operators": "off", "no-restricted-globals": "off", - "unicorn/prefer-number-properties": "off" + "unicorn/prefer-number-properties": "off", + "n/prefer-global/process": "off" }, "overrides": [ {