fix: Run precommit hook for doc.mts changes too

This commit is contained in:
Sidharth Vinod 2022-09-08 21:54:51 +05:30
parent b0559df903
commit f8eaccb4c1
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{
"src/docs/**": ["yarn docs:build --git"],
"*.{ts,js,json,html,md}": ["eslint --fix", "prettier --write"]
"src/docs.mts": ["yarn docs:build --git"],
"*.{ts,js,json,html,md,mts}": ["eslint --fix", "prettier --write"]
}