Skip to content

Commit

Permalink
feat: first tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsek committed Dec 16, 2024
1 parent 880bada commit b65fff0
Show file tree
Hide file tree
Showing 20 changed files with 161,140 additions and 17,112 deletions.
4 changes: 2 additions & 2 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ pre-commit:
commands:
lint:
glob: '*.{js,ts,jsx,tsx}'
run: npx eslint {staged_files}
run: yarn lint
types:
glob: '*.{js,ts, jsx, tsx}'
run: npx tsc --noEmit
run: yarn typecheck
commit-msg:
parallel: true
commands:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@commitlint/config-conventional": "^17.0.2",
"@evilmartians/lefthook": "^1.5.0",
"@react-native/eslint-config": "^0.73.1",
"@types/raf": "^3.4.3",
"commitlint": "^17.0.2",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
Expand Down
Loading

0 comments on commit b65fff0

Please sign in to comment.