1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-19 17:21:35 +02:00

Update lintstagedrc to run on js files as well

This commit is contained in:
Madeline 2023-01-24 11:42:03 +11:00
parent de140eb7e8
commit 6abbf122eb
No known key found for this signature in database
GPG Key ID: 80D25DA3BCB24281

View File

@ -1,3 +1,3 @@
{
"*.ts": ["eslint", "prettier --write"]
"*.{j,t}s": ["eslint", "prettier --write"]
}