From 85b741b39aba18bd26362b35e2b1677da636d4a3 Mon Sep 17 00:00:00 2001 From: Sepehr Safari Date: Thu, 18 Jan 2024 18:04:58 +0330 Subject: [PATCH] suppress eqeqeq eslint rule --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index a50b721..75dc940 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -45,7 +45,6 @@ "curly": [0, "multi-line"], "dot-location": [2, "property"], "eol-last": 2, - "eqeqeq": [2, "allow-null"], "handle-callback-err": [2, "^(err|error)$"], "indent": 0, "jsx-quotes": [2, "prefer-double"],