One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐Ÿ“… calendar.xyehr.cn
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add commitlint and husky

authored by

Evan Huang and committed by
GitHub
624a6046 66d5d181

+2 -1
+2 -1
package.json
··· 50 50 "typescript": "6.0.2", 51 51 "husky": "^9.0.0", 52 52 "@commitlint/cli": "^19.0.0", 53 - "@commitlint/config-conventional": "^19.0.0" 53 + "@commitlint/config-conventional": "^19.0.0", 54 + "@commitlint/types": "^19.0.0" 54 55 } 55 56 }