Explorar o código

disable import ordering

mightyplow %!s(int64=5) %!d(string=hai) anos
pai
achega
172d97e35b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tslint.json

+ 1 - 1
tslint.json

@@ -10,7 +10,7 @@
         "quotemark": false,
         "space-before-function-paren": false,
         "ordered-imports": [
-            true,
+            false,
             {
                 "import-sources-order": "lowercase-last"
             }