Skip to content

Commit

Permalink
chore: adjust lint-staged scripts (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz authored May 18, 2022
1 parent 2b8369a commit 99d4e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"lint-staged": {
"./src/**/*.{ts,js,jsx,tsx}": [
"yarn lint --fix",
"yarn format"
"eslint --ignore-path .gitignore --fix",
"prettier --ignore-path .gitignore --write"
]
},
"dependencies": {
Expand Down

0 comments on commit 99d4e87

Please sign in to comment.