mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
25ed9063f2
* develop: (77 commits) cleanup Fix docs Fix coverage Fix for issues in errorhandling and class diagrams after refactoring Replace GoogleAnalytics with Plausible chore(deps): bump dompurify from 2.3.10 to 2.4.0 (#3444) chore(deps): bump stylis from 4.1.1 to 4.1.2 (#3439) chore(deps-dev): bump webpack-dev-server from 4.10.1 to 4.11.0 (#3450) fix(git): support single character branch names Cleanup unused variables and some commented out code Cleanup fixing som lingering issues Remove extension Apply suggestions from code review ci(e2e): re-enable e2e tests style: fix .github/workflow/e2e styling chore: upgrade cypress to v10 fix(flowchart-v2): fix arrowMarkerAbsolute=true test(e2e): fix most arrowMarkerAbsolute tests text(e2e): give git tests consistent commit id test(e2e): widen flowchart width to within 10% ...
7 lines
196 B
JSON
7 lines
196 B
JSON
{
|
|
"src/docs/**": ["yarn docs:build --git"],
|
|
"src/docs.mts": ["yarn docs:build --git"],
|
|
"*.{ts,js,json,html,md,mts}": ["eslint --fix", "prettier --write"],
|
|
"*.jison": ["yarn lint:jison"]
|
|
}
|