riku
7 小时以前 cf4787bc8188cd0acc8a42793730b076742f29c1
.prettierrc
@@ -1,25 +1,30 @@
{
    "useTabs": false,
    "printWidth": 100,
    "tabWidth": 2,
    "singleQuote": true,
    "trailingComma": "all",
    "jsxBracketSameLine": false,
    "semi": true,
    "endOfLine": "auto",
    "arrowParens": "avoid",
    "overrides": [
      {
        "files": "*.wxml",
        "options": {"parser": "html"}
      },
      {
        "files": "*.wxss",
        "options": {"parser": "css"}
      },
      {
        "files": "*.wxs",
        "options": {"parser": "babel"}
  "useTabs": false,
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "all",
  "semi": true,
  "endOfLine": "auto",
  "arrowParens": "avoid",
  "overrides": [
    {
      "files": "*.wxml",
      "options": {
        "parser": "html"
      }
    ]
}
    },
    {
      "files": "*.wxss",
      "options": {
        "parser": "css"
      }
    },
    {
      "files": "*.wxs",
      "options": {
        "parser": "babel"
      }
    }
  ]
}