.prettierrc.js 99 B

123456
  1. const fabric = require('@umijs/fabric')
  2. module.exports = {
  3. ...fabric.prettier,
  4. semi: false,
  5. }