mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +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": {
|
||||
"linters": {
|
||||
"*.js": [
|
||||
"*.{js,jsx,ts,tsx}": [
|
||||
"yarn lint --fix",
|
||||
"yarn prettier",
|
||||
"git add"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue