Skip to content

Commit

Permalink
Use local version of mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
Domi04151309 committed Jun 15, 2024
1 parent dfa0554 commit b9609e5
Show file tree
Hide file tree
Showing 6 changed files with 2,014 additions and 146 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
"ignorePatterns": [
"out/*"
],
"overrides": [
{
"files": ["./src/assets/**/*.js"],
"env": {
"browser": true,
"node": false
}
}
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
Expand Down
Loading

0 comments on commit b9609e5

Please sign in to comment.