Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Wolak <pawelwolakk@gmail.com>2019-10-25 12:25:30 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-10-25 12:25:30 +0300
commitb3dfcdc7ed066469074e96d9ca80b0684d185d82 (patch)
tree1dc3173f9950b550be855d4d56d16982556d3d40 /.eslintrc.json
parent9f4e72d8c12497aa8817e0a506fb0a5bf36f916a (diff)
Enable eslint no-console rule except for build directory (#29585)
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 0f5a079194..2d4d6b16c1 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -28,6 +28,7 @@
"always-multiline"
],
"new-cap": "off",
+ "no-console": "error",
"object-curly-spacing": [
"error",
"always"