[READ-ONLY] Mirror of https://github.com/danielroe/ripple-framework. Ripple is the presentation layer for building websites on the DPC Single Digital Presence platform.
0

Configure Feed

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

ripple-framework / .commitlintrc.json
118 B 6 lines
1{ 2 "extends": ["@commitlint/config-conventional"], 3 "rules": { 4 "body-max-line-length": [1, "always", 500] 5 } 6}