tslint default severity is OFF

This commit is contained in:
Johannes Rieken
2020-01-02 20:26:52 +01:00
parent 856d085279
commit 90512e6c02
+1 -1
View File
@@ -615,5 +615,5 @@
"no-standalone-editor": true,
"no-nls-in-standalone-editor": true
},
"defaultSeverity": "warning"
"defaultSeverity": "off"
}