Przeglądaj źródła

disable import ordering

mightyplow 5 lat temu
rodzic
commit
172d97e35b
1 zmienionych plików z 1 dodań i 1 usunięć
  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"
             }