Skip to content

Commit

Permalink
ESLint: disable no-negated-condition rule
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 8, 2021
1 parent 64e1316 commit eadeb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
}
],
"no-console": "error",
"no-negated-condition": "off",
"object-curly-spacing": [
"error",
"always"
Expand Down
1 change: 1 addition & 0 deletions site/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"error",
"always-multiline"
],
"no-negated-condition": "off",
"no-new": "off",
"no-var": "off",
"object-curly-spacing": [
Expand Down

0 comments on commit eadeb6c

Please sign in to comment.