chore(): remove pre-commit warning

This commit is contained in:
Morb0 2021-01-03 13:34:15 +03:00
parent 1b826a1b28
commit 46249cf7ba

View File

@ -65,8 +65,7 @@
}, },
"lint-staged": { "lint-staged": {
"*.ts": [ "*.ts": [
"prettier --write", "prettier --write"
"git add"
] ]
} }
} }