Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
style(package.json): reset lint-staged formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
oliv37 committed Feb 15, 2020
1 parent a44ac9f commit 6d450c9
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 @@ -125,8 +125,8 @@
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"npm run lint:fix",
"npm run test:ci",
"npm run lint:fix",
"npm run test:ci",
"git add ."
]
}
Expand Down

0 comments on commit 6d450c9

Please sign in to comment.