Sebastien Vandenberghe 7 лет назад
Родитель
Сommit
9ce72698cb
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      tslint.json

+ 1 - 2
tslint.json

@@ -1,6 +1,5 @@
 {
-    "rules": {  
-        "no-invalid-this": true,
+    "rules": {
         "no-this-assignment": true,
         "completed-docs": true
     }