]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
ESLint: disable `no-negated-condition` rule (#35137)
authorXhmikosR <xhmikosr@gmail.com>
Fri, 8 Oct 2021 09:47:55 +0000 (12:47 +0300)
committerGitHub <noreply@github.com>
Fri, 8 Oct 2021 09:47:55 +0000 (12:47 +0300)
.eslintrc.json
site/.eslintrc.json

index 1e45281a2753d0253a2c43e2349f1903b06596f9..d8e83a8d2eec8f9da62e0280c61c67d9b39b9103 100644 (file)
@@ -37,6 +37,7 @@
       }
     ],
     "no-console": "error",
+    "no-negated-condition": "off",
     "object-curly-spacing": [
       "error",
       "always"
index 656465c39e9808d4e4f65ea1cf5e5a636b0d913f..56b3b40404939816dcbd3c3c8eb10df031f007d2 100644 (file)
@@ -28,6 +28,7 @@
       "error",
       "always-multiline"
     ],
+    "no-negated-condition": "off",
     "no-new": "off",
     "no-var": "off",
     "object-curly-spacing": [