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
     "tslint:recommended"
4
     "tslint:recommended"
5
   ],
5
   ],
6
   "jsRules": {
6
   "jsRules": {
7
+    "no-console": [false],
7
     "quotemark": [
8
     "quotemark": [
8
       true,
9
       true,
9
       "single"
10
       "single"