feat: Conventional Commits (#103)

* feat: add commitlint and husky hook

* chore: fix indentation
This commit is contained in:
doprz
2024-02-21 13:36:25 -06:00
committed by GitHub
parent b2eac59ae7
commit f01cb070b3
4 changed files with 762 additions and 661 deletions

View File

@@ -14,7 +14,8 @@
"devtools": "react-devtools",
"preinstall": "npx only-allow pnpm",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"prepare": "husky"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
@@ -38,6 +39,8 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@crxjs/vite-plugin": "2.0.0-beta.21",
"@iconify-json/material-symbols": "^1.1.72",
"@storybook/addon-designs": "^7.0.9",
@@ -85,6 +88,7 @@
"eslint-plugin-react-prefer-function-component": "^3.3.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^9.0.11",
"path": "^0.12.7",
"postcss": "^8.4.35",
"prettier": "^3.2.5",