Explorar el Código

disable import ordering

mightyplow hace 5 años
padre
commit
172d97e35b
Se han modificado 1 ficheros con 1 adiciones y 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"
             }