mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-07 09:24:55 +05:30
feat: conventional commit
This commit is contained in:
parent
5fd659ef67
commit
b6ae7c5cdf
3 changed files with 897 additions and 1 deletions
1
commitlint.config.js
Normal file
1
commitlint.config.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
module.exports = { extends: ['@commitlint/config-conventional'] };
|
||||
891
package-lock.json
generated
891
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -19,7 +19,8 @@
|
|||
"test": "vitest",
|
||||
"test:ui": "vitest --ui",
|
||||
"lint": "eslint src --max-warnings=0",
|
||||
"typecheck": "tsc --project tsconfig.json --noEmit"
|
||||
"typecheck": "tsc --project tsconfig.json --noEmit",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.11.4",
|
||||
|
|
@ -36,6 +37,8 @@
|
|||
"yup": "^1.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.3.0",
|
||||
"@commitlint/config-conventional": "^19.2.2",
|
||||
"@testing-library/jest-dom": "^6.4.5",
|
||||
"@testing-library/react": "^14.3.1",
|
||||
"@types/node": "^20.12.12",
|
||||
|
|
@ -53,6 +56,7 @@
|
|||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"eslint-plugin-tailwindcss": "^3.17.0",
|
||||
"happy-dom": "^12.10.3",
|
||||
"husky": "^9.0.11",
|
||||
"postcss": "^8.4.38",
|
||||
"prettier": "3.1.1",
|
||||
"tailwindcss": "^3.4.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue