.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" } } ] }