Skip to content

Commit

Permalink
chore: fix lint-staged config
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Dec 22, 2021
1 parent 53500d6 commit 3f3a6e7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@
"uf2": "^1.0.0"
},
"lint-staged": {
"**/*.{js,ts}": [
"**/*.ts": [
"eslint --fix",
"prettier --write",
"git add"
"prettier --write"
],
"**/*.js": [
"prettier --write"
]
}
}

0 comments on commit 3f3a6e7

Please sign in to comment.