fix: lintstagedrc lint:jison

This commit is contained in:
Sidharth Vinod 2022-11-22 14:47:49 +05:30
parent 4143032b66
commit 5967289172
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,5 @@
{
"!(docs/**/*)*.{ts,js,json,html,md,mts}": ["eslint --fix", "prettier --write"],
"cSpell.json": ["ts-node-esm scripts/fixCSpell.ts"]
"cSpell.json": ["ts-node-esm scripts/fixCSpell.ts"],
"**/*.jison": ["pnpm run lint:jison"]
}

View File

@ -1,6 +1,5 @@
{
"src/docs/**": ["pnpm --filter mermaid run docs:build --git"],
"src/docs.mts": ["pnpm --filter mermaid run docs:build --git"],
"src/(defaultConfig|config|mermaidAPI).ts": ["pnpm --filter mermaid run docs:build --git"],
"*.jison": ["pnpm run lint:jison"]
"src/(defaultConfig|config|mermaidAPI).ts": ["pnpm --filter mermaid run docs:build --git"]
}