Skip to content

Commit

Permalink
♻️ Add husky and lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 committed Jul 24, 2020
1 parent 9ddb4b2 commit 9b8a9a2
Show file tree
Hide file tree
Showing 3 changed files with 587 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .lintstagedrc.json
@@ -1,4 +1,5 @@
{
"*.{js,ts}": ["prettier --write", "eslint"],
"*.{js}": ["prettier --write", "eslint"],
"*.{ts}": ["prettier --write", "eslint"],
"*.{json,md}": ["prettier --write"]
}

0 comments on commit 9b8a9a2

Please sign in to comment.