Blame view

.prettierrc.js 156 Bytes
5d134410   张志伟   🐱 feat(*): init
1
2
3
4
5
6
7
8
  const fabric = require('@feewee/fabric');
  
  module.exports = {
    ...fabric.prettier,
    singleQuote: true,
    trailingComma: 'all',
    arrowParens: 'avoid',
  };