0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00
Enable eslint no-console rule except for build directory
This commit is contained in:
XhmikosR 2019-10-25 12:27:35 +03:00
parent 7453733ff6
commit 7ecfa6a343

View 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",