Fix lint staged

This commit is contained in:
Sidharth Vinod 2022-09-03 13:11:19 +05:30
parent 6167eda6b6
commit 1f7d8c0f49
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 1 additions and 1 deletions

View File

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