feat: refactor 3.0

This commit is contained in:
元凛
2021-10-09 17:56:47 +08:00
parent dc85436cff
commit 03531cdc76
46 changed files with 119065 additions and 3393 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
const fabric = require('@umijs/fabric');
module.exports = {
...fabric.prettier,
arrowParens: 'avoid',
importOrder: ['^@formily/(.*)', '^@(.*)$', '^[./]'],
importOrderSeparation: true,
};