Fix formatter

This commit is contained in:
Gary Wang 2020-08-31 07:53:43 -07:00
parent 0f60930163
commit 3a78c11f42
1 changed files with 1 additions and 1 deletions

View File

@ -73,6 +73,6 @@
"typescript": "^4.0.2"
},
"lint-staged": {
"*.{js,css,md}": "prettier --write"
"*.{js,jsx,css,md}": "prettier --write"
}
}