Init
This commit is contained in:
commit
0029086b3f
148 changed files with 19047 additions and 0 deletions
8
packages/admin/.prettierrc.js
Normal file
8
packages/admin/.prettierrc.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
tabWidth: 2,
|
||||
trailingComma: 'all',
|
||||
arrowParens: 'always',
|
||||
printWidth: 80,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue