{ "$schema": "http://json.schemastore.org/prettierrc", "tabWidth": 2, "printWidth": 110, "useTabs": false, "semi": true, "singleQuote": true, "quoteProps": "consistent", "trailingComma": "all", "bracketSpacing": false, "arrowParens": "avoid", "endOfLine": "lf" }