Skip to content

Commit

Permalink
Merge pull request #1 from iqbalpa/feat/husky
Browse files Browse the repository at this point in the history
Feat/husky
  • Loading branch information
iqbalpa authored Apr 24, 2024
2 parents 75f814c + f40e21c commit 6b7b514
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"*{.js, .jsx, .ts, .tsx}": "eslint --fix",
"*.{json,md}": "prettier --write"
}
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,5 @@
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"lint-staged": {
"*.js": "eslint --cache --fix"
}
}

0 comments on commit 6b7b514

Please sign in to comment.