{ "$schema": "https://json.schemastore.org/prettierrc", "semi": false, "tabWidth": 2, "singleQuote": true, "printWidth": 80, "trailingComma": "none", "useTabs": false, "proseWrap": "preserve", "arrowParens": "avoid", "bracketSpacing": true, "endOfLine": "auto", "quoteProps": "consistent", "vueIndentScriptAndStyle": true }