Skip to content

Commit

Permalink
fix: lint-staged for typescript files
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed May 26, 2021
1 parent 3ac6d55 commit 5f6ec22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -83,8 +83,8 @@
"npm": ">=7.0.0"
},
"lint-staged": {
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts",
"*.{json,yml,yaml}": "prettier --write"
"*.{mjs,js}": "eslint --fix --ext mjs,js,ts",
"*.{ts,json,yml,yaml}": "prettier --write"
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit 5f6ec22

Please sign in to comment.