Skip to content

Commit

Permalink
suppress eqeqeq eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr-safari authored and fiatjaf committed Jan 18, 2024
1 parent c69c528 commit 85b741b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 85b741b

Please sign in to comment.