.prettierrc 255 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 { "trailingComma": "es5", "semi": false, "singleQuote": true, "arrowParens": "avoid", "bracketSpacing": true, "endOfLine": "auto", "htmlWhitespaceSensitivity": "css", "proseWrap": "preserve", "quoteProps": "as-needed", "tabWidth": 2 }