Skip to content

Commit

Permalink
sadsada
Browse files Browse the repository at this point in the history
  • Loading branch information
mazipan committed Jul 28, 2022
1 parent 9d7ae92 commit 6825166
Show file tree
Hide file tree
Showing 4 changed files with 828 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["@commitlint/config-conventional"]
}
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit ""
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
"tabler-icons-react": "^1.54.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@faker-js/faker": "^7.3.0",
"@mantine/prism": "^5.0.0",
"@types/node": "^18.6.1",
Expand Down
Loading

0 comments on commit 6825166

Please sign in to comment.