chore(lint): run hook on all files

This commit is contained in:
Daniel Sogl 2020-05-16 14:44:54 +02:00
parent 4338c1c5ed
commit 0f1cde634f

View File

@ -102,7 +102,7 @@
} }
}, },
"lint-staged": { "lint-staged": {
"*.{js,json,ts}": [ "*": [
"prettier --write" "prettier --write"
] ]
} }