浏览代码

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

GeeHon 3 年之前
父节点
当前提交
8d65f8ee92
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .eslintrc.js

+ 6 - 0
.eslintrc.js

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