Przeglądaj źródła

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

GeeHon 3 lat temu
rodzic
commit
8d65f8ee92
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      .eslintrc.js

+ 6 - 0
.eslintrc.js

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