UNPKG

@jessety/prettier-config

Version:
16 lines (15 loc) 338 B
{ "$schema": "http://json.schemastore.org/prettierrc", "arrowParens": "always", "bracketSameLine": false, "bracketSpacing": true, "endOfLine": "lf", "printWidth": 80, "proseWrap": "preserve", "quoteProps": "as-needed", "semi": true, "singleQuote": true, "tabWidth": 2, "trailingComma": "all", "useTabs": false }