const fabric = require('@feewee/fabric'); module.exports = { ...fabric.prettier, singleQuote: true, trailingComma: 'all', arrowParens: 'avoid', };