diff options
| author | XhmikosR <[email protected]> | 2019-10-25 12:27:35 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-11-02 10:02:07 +0200 |
| commit | 7ecfa6a343c84324bab9306710cc93f77b86b22d (patch) | |
| tree | b9f3cda1494c4cc0ab054b892b7a937ffc52c517 | |
| parent | 7453733ff6c69a4d90aa6910306ac4ca8bebbf7e (diff) | |
| download | bootstrap-7ecfa6a343c84324bab9306710cc93f77b86b22d.tar.xz bootstrap-7ecfa6a343c84324bab9306710cc93f77b86b22d.zip | |
Backport #29585
Enable eslint no-console rule except for build directory
| -rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index bfd2d333a..e97ed0b0c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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", |
