Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
Remove redundant config
Browse files Browse the repository at this point in the history
  • Loading branch information
vincaslt committed Oct 1, 2019
1 parent 9e0d72d commit 46188b3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@
}
},
"lint-staged": {
"*.js": [
"prettier --write",
"eslint",
"git add"
],
"(*.ts|*.tsx)": [
"(*.ts|*.tsx|*.js)": [
"prettier --write",
"eslint",
"git add"
Expand Down

0 comments on commit 46188b3

Please sign in to comment.