const fabric = require('@umijs/fabric') module.exports = { ...fabric.prettier, tabWidth: 2, semi: false, singleQuote: true, trailingComma: 'none' }