[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 / .prettierrc
134 B 8 lines
1{ 2 "endOfLine": "lf", 3 "semi": false, 4 "singleQuote": true, 5 "tabWidth": 2, 6 "trailingComma": "none", 7 "jsxSingleQuote": true 8}