Browse Source

disable no-console lint

Guy Carmeli 6 years ago
parent
commit
a1c2f36936
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      tslint.json

+ 1
- 0
tslint.json View File

@@ -4,6 +4,7 @@
4 4
     "tslint:recommended"
5 5
   ],
6 6
   "jsRules": {
7
+    "no-console": [false],
7 8
     "quotemark": [
8 9
       true,
9 10
       "single"