Browse Source

disable import ordering

mightyplow 5 năm trước cách đây
mục cha
commit
172d97e35b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
             }