Prechádzať zdrojové kódy

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

Oliver 9 rokov pred
rodič
commit
bd5db69d02
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      tslint.json

+ 1 - 1
tslint.json

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