This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bkb
/
bkb-admin-web
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11
Commits
2
Branches
0
Tags
3.1 MiB
Tree:
61781a5b0b
develop
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '61781a5b0b'
${ noResults }
bkb-admin-web
/
.prettierrc.js
7 lines
100 B
Raw
Normal View
History
init
6 months ago
// @ts-ignore
const
fabric
=
require
(
'@umijs/fabric'
)
;
module
.
exports
=
{
...
fabric
.
prettier
,
}
;