suppress eqeqeq eslint rule

This commit is contained in:
Sepehr Safari 2024-01-18 18:04:58 +03:30 committed by fiatjaf_
parent c69c528ab0
commit 85b741b39a
1 changed files with 0 additions and 1 deletions

View File

@ -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"],