.prettierrc 137 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 { "singleQuote": true, "semi": true, "tabWidth": 2, "trailingComma": "es5", "printWidth": 80, "arrowParens": "avoid" }