prettier.config.js 233 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 module.exports = { printWidth: 120, tabWidth: 2, useTabs: false, singleQuote: true, semi: false, trailingComma: "none", bracketSpacing: true, jsxSingleQuote: true, jsxBracketSameLine: false, arrowParens: "avoid" }