mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
Fix lint staged
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"src/docs/**": ["yarn docs:build"],
|
||||
"*.{ts,js,json,html,md}": ["eslint . --fix", "prettier --write ."]
|
||||
"*.{ts,js,json,html,md}": ["eslint --fix", "prettier --write"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user