Browse Source

style: 解决eslint换行符告警 (#139)

GeeHon 3 năm trước cách đây
mục cha
commit
8d65f8ee92
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      .eslintrc.js

+ 6 - 0
.eslintrc.js

@@ -70,6 +70,12 @@ module.exports = {
         argsIgnorePattern: "^_",
         varsIgnorePattern: "^_"
       }
+    ],
+    "prettier/prettier": [
+      "error",
+      {
+        endOfLine: "auto"
+      }
     ]
   }
 };