This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
mermaid
Watch
1
Star
0
Fork
0
You've already forked mermaid
mirror of
https://github.com/mermaid-js/mermaid.git
synced
2025-01-14 06:43:25 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
mermaid
/
.lintstagedrc.json
4 lines
85 B
JSON
Raw
Normal View
History
Unescape
Escape
setup lint-staged and husky Co-Authored-By: Yash Singh <saiansh2525@gmail.com>
2021-11-29 18:32:35 +01:00
{
chore: Cleanup lintStaged
2022-10-31 20:30:05 +05:30
"!(docs/**/*)*.{ts,js,json,html,md,mts}"
:
[
"eslint --fix"
,
"prettier --write"
]
Prettier
2022-09-03 13:05:47 +05:30
}
Reference in New Issue
Copy Permalink