retur prettier

This commit is contained in:
Sasha 2024-02-16 23:57:52 +01:00
parent 81765b0bb8
commit 12e4623e85
No known key found for this signature in database

View File

@ -133,6 +133,9 @@
"lint-staged": { "lint-staged": {
"*.ts": [ "*.ts": [
"eslint --fix" "eslint --fix"
],
"*.{ts,md,json,conf*.*js}": [
"prettier --write"
] ]
}, },
"dependencies": { "dependencies": {