prettier.config.js (
8
lines of code) (
raw
):
module.exports = { printWidth: 100, semi: false, singleQuote: true, trailingComma: 'all', bracketSpacing: false, arrowParens: 'avoid', }