fix: Lint

This commit is contained in:
Sidharth Vinod 2022-10-31 22:18:57 +05:30
parent a9234785ab
commit 61b7033c65
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
2 changed files with 5 additions and 11 deletions

View File

@ -1,11 +1,5 @@
{
"src/docs/**": [
"pnpm --filter mermaid run docs:build --git"
],
"src/docs.mts": [
"pnpm --filter mermaid run docs:build --git"
],
"*.jison": [
"pnpm run lint:jison"
]
}
"src/docs/**": ["pnpm --filter mermaid run docs:build --git"],
"src/docs.mts": ["pnpm --filter mermaid run docs:build --git"],
"*.jison": ["pnpm run lint:jison"]
}

View File

@ -138,4 +138,4 @@
"**/*.css",
"**/*.scss"
]
}
}