mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
chore: add ts,tsx
to lint-staged
(#1796)
This commit is contained in:
parent
464bab01aa
commit
4cecdc6db1
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"linters": {
|
"linters": {
|
||||||
"*.js": [
|
"*.{js,jsx,ts,tsx}": [
|
||||||
"yarn lint --fix",
|
"yarn lint --fix",
|
||||||
"yarn prettier",
|
"yarn prettier",
|
||||||
"git add"
|
"git add"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue