prettier.config.js (7 lines of code) (raw):

module.exports = { printWidth: 100, arrowParens: 'avoid', bracketSpacing: true, singleQuote: true, trailingComma: 'es5', };