2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

avoid console call in our unit tests (#27790)

This commit is contained in:
Johann-S
2018-12-06 09:51:35 +01:00
committed by XhmikosR
parent 947f749e23
commit fa03289d13
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
},
"extends": "../../../.eslintrc.json",
"rules": {
"no-console": "off",
"no-console": "error",
// Best Practices
"consistent-return": "off",
"no-magic-numbers": "off",