Skip to content

Commit

Permalink
build: add commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed Oct 17, 2023
1 parent 1e2342e commit cee0210
Show file tree
Hide file tree
Showing 3 changed files with 1,367 additions and 148 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
"rosetta": "^1.1.0"
},
"devDependencies": {
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@tailwindcss/container-queries": "^0.1.1",
"esbuild": "^0.19.4",
"esbuild": "^0.19.5",
"esbuild-sass-plugin": "^2.16.0",
"fixpack": "^4.0.0",
"husky": "^7.0.0",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3"
},
Expand Down
Loading

1 comment on commit cee0210

@vercel
Copy link

@vercel vercel bot commented on cee0210 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.