Skip to content

Commit

Permalink
chore: implemented tslint and run it with next lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcodes committed Mar 7, 2023
1 parent ae89fc5 commit 8f87aa5
Show file tree
Hide file tree
Showing 4 changed files with 10,734 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
npx lint-staged
npm run lint
Loading

0 comments on commit 8f87aa5

Please sign in to comment.