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