.prettierrc 256 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 { "singleQuote": true, "printWidth": 100, "tabWidth": 2, "useTabs": false, "semi": true, "quoteProps": "as-needed", "trailingComma": "es5", "arrowParens": "always", "endOfLine": "lf", "bracketSpacing": true, "proseWrap": "preserve" }