This website requires JavaScript.
Explore
Help
Sign In
Leon19656
/
tiny-vue_version0
Watch
1
Star
0
Fork
You've already forked tiny-vue_version0
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
tiny-vue_version0
/
.lintstagedrc.json
5 lines
101 B
JSON
Raw
Permalink
Blame
History
{
"*.{js,jsx,ts,tsx,vue}"
:
[
"prettier --write"
,
"eslint --fix"
]
,
"*.md"
:
[
"prettier --write"
]
}
Reference in New Issue
View Git Blame
Copy Permalink