]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Backport #29585
authorXhmikosR <xhmikosr@gmail.com>
Fri, 25 Oct 2019 09:27:35 +0000 (12:27 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 2 Nov 2019 08:02:07 +0000 (10:02 +0200)
Enable eslint no-console rule except for build directory

.eslintrc.json

index bfd2d333ae600778776d382cf26447b7dc610747..e97ed0b0c6f8937b1e99b5d1b018f0c93d09de31 100644 (file)
@@ -29,6 +29,7 @@
     "guard-for-in": "error",
     "no-alert": "error",
     "no-caller": "error",
+    "no-console": "error",
     "no-div-regex": "error",
     "no-else-return": "error",
     "no-empty-function": "error",