[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt. roe.dev
0

Configure Feed

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

roe.dev / commitlint.config.js
69 B 3 lines
1module.exports = { 2 extends: ['@commitlint/config-conventional'], 3}