don't lint typescript
This commit is contained in:
parent
254925b0e2
commit
6e7497eb39
1 changed files with 4 additions and 1 deletions
|
|
@ -78,9 +78,12 @@
|
||||||
"typescript": "^3.6.3"
|
"typescript": "^3.6.3"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,ts}": [
|
"*.js": [
|
||||||
"prettier --check",
|
"prettier --check",
|
||||||
"eslint"
|
"eslint"
|
||||||
|
],
|
||||||
|
"*.ts": [
|
||||||
|
"prettier --check"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue