Skip to content

Commit

Permalink
feat: update config commit and env using
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 11, 2025
1 parent 87fce78 commit 7721ef9
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 3 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"]
}
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v22.12.0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"description": "A customizable styling library for UI components, built with Storybook for visual documentation and component development. Provides reusable styles, themes, and design system components to maintain consistent look and feel across the application.",
"main": "index.js",
"packageManager": "[email protected]",
"engines": {
"node": ">= 20"
},
"keywords": [],
"author": "Nashtech",
"license": "MIT",
Expand Down Expand Up @@ -50,5 +47,8 @@
"hooks": {
"pre-commit": "npx lint-staged"
}
},
"dependencies": {
"@commitlint/config-conventional": "^19.6.0"
}
}
70 changes: 70 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7721ef9

Please sign in to comment.