diff options
| author | XhmikosR <[email protected]> | 2021-10-08 12:47:55 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-08 12:47:55 +0300 |
| commit | ec62be2724e975b6aee2eb97e5f9bb11143c0a34 (patch) | |
| tree | 21bab336db12f17457adcfae53a8d6f7e117b77d /site | |
| parent | a260967a55806a26bee15a5c1eb890c9e6a3ba02 (diff) | |
| download | bootstrap-ec62be2724e975b6aee2eb97e5f9bb11143c0a34.tar.xz bootstrap-ec62be2724e975b6aee2eb97e5f9bb11143c0a34.zip | |
ESLint: disable `no-negated-condition` rule (#35137)
Diffstat (limited to 'site')
| -rw-r--r-- | site/.eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/.eslintrc.json b/site/.eslintrc.json index 656465c39..56b3b4040 100644 --- a/site/.eslintrc.json +++ b/site/.eslintrc.json @@ -28,6 +28,7 @@ "error", "always-multiline" ], + "no-negated-condition": "off", "no-new": "off", "no-var": "off", "object-curly-spacing": [ |
