{ "$schema": "http://json.schemastore.org/prettierrc", "arrowParens": "avoid", "bracketSpacing": true, "printWidth": 100, "proseWrap": "always", "quoteProps": "as-needed", "semi": true, "singleQuote": true, "tabWidth": 4, "trailingComma": "none", "useTabs": false, "endOfLine": "auto" }