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 85c880b230
commit 58b7a3c5f4

View File

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