riku
6 小时以前 cf4787bc8188cd0acc8a42793730b076742f29c1
.prettierrc
@@ -4,22 +4,27 @@
    "tabWidth": 2,
    "singleQuote": true,
    "trailingComma": "all",
    "jsxBracketSameLine": false,
    "semi": true,
    "endOfLine": "auto",
    "arrowParens": "avoid",
    "overrides": [
      {
        "files": "*.wxml",
        "options": {"parser": "html"}
      "options": {
        "parser": "html"
      }
      },
      {
        "files": "*.wxss",
        "options": {"parser": "css"}
      "options": {
        "parser": "css"
      }
      },
      {
        "files": "*.wxs",
        "options": {"parser": "babel"}
      "options": {
        "parser": "babel"
      }
      }
    ]
}