wip: code review

This commit is contained in:
元凛
2022-02-09 10:08:44 +08:00
parent f79ccb5f94
commit 8cd9c11d81
19 changed files with 7849 additions and 3136 deletions

8
.prettierrc.js Normal file
View File

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