// https://prettier.io/docs/en/options.html module.exports = { tabWidth: 2, useTabs: false, semi: false, singleQuote: true, quoteProps: 'as-needed', trailingComma: 'es5', bracketSpacing: true, arrowParens: 'always', printWidth: 120, }