mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore: add `ts,tsx` to `lint-staged` (#1796)
This commit is contained in:
parent
464bab01aa
commit
4cecdc6db1
|
|
@ -64,7 +64,7 @@
|
|||
},
|
||||
"lint-staged": {
|
||||
"linters": {
|
||||
"*.js": [
|
||||
"*.{js,jsx,ts,tsx}": [
|
||||
"yarn lint --fix",
|
||||
"yarn prettier",
|
||||
"git add"
|
||||
|
|
|
|||
Loading…
Reference in New Issue