Browse Source

set the variable-name check of the linter to true again

Oliver 9 years ago
parent
commit
bd5db69d02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tslint.json

+ 1 - 1
tslint.json

@@ -119,7 +119,7 @@
       "check-function"
     ],
     "variable-name": [
-      false,
+      true,
       "check-format",
       "ban-keywords"
     ],