mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 17:59:54 +00:00
chore: Update lint-staged config to also lint TypeScript files
This commit is contained in:
parent
0898720a28
commit
725f631c7c
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
||||||
"typescript": "^4.7.3"
|
"typescript": "^4.7.3"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.js": "eslint --cache --fix",
|
"*.{js,ts}": "eslint --cache --fix",
|
||||||
"*.{ts,js,yml,md,json}": "prettier --write"
|
"*.{ts,js,yml,md,json}": "prettier --write"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue