Explorar o código

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

GeeHon %!s(int64=3) %!d(string=hai) anos
pai
achega
8d65f8ee92
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      .eslintrc.js

+ 6 - 0
.eslintrc.js

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