Explorar el Código

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

Oliver hace 9 años
padre
commit
bd5db69d02
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tslint.json

+ 1 - 1
tslint.json

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