Skip to content

Commit

Permalink
Merge pull request #221 from mermaid-js/refactor/introduce-anchor-goo…
Browse files Browse the repository at this point in the history
…d-path

Refactor/introduce anchor good path
  • Loading branch information
MrCoder authored Nov 22, 2024
2 parents 977cd26 + 381bcf1 commit e61db33
Show file tree
Hide file tree
Showing 40 changed files with 1,945 additions and 625 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ module.exports = {
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-this-alias": "off",
},
};
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-v8": "^2.1.5",
"@vue/compiler-dom": "^3.3.8",
"@vue/compiler-sfc": "^3.2.45",
"@vue/test-utils": "^2.2.7",
Expand Down Expand Up @@ -104,7 +105,7 @@
"vite": "^3.2.10",
"vite-plugin-css-injected-by-js": "^2.2.0",
"vite-svg-loader": "^4.0.0",
"vitest": "^0.26.1"
"vitest": "^2.1.5"
},
"postcss": {
"plugins": {
Expand Down
Loading

0 comments on commit e61db33

Please sign in to comment.