Fix lint staged

This commit is contained in:
Sidharth Vinod 2022-09-03 13:13:23 +05:30
parent 1f7d8c0f49
commit fe1be11c21
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

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