chore: fix linting (#751)

This commit is contained in:
Michael Kriese 2023-05-25 09:50:21 +02:00 committed by GitHub
parent 67ba9403a1
commit 7e087b03e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 16 deletions

4
.lintstagedrc.json Normal file
View file

@ -0,0 +1,4 @@
{
"*.{ts,tsx,js,jsx,json}": "eslint --fix",
"*": "prettier --ignore-unknown --write"
}