[READ-ONLY] Mirror of https://github.com/danielroe/vuejs-berlin. vuejs-berlin.vercel.app
0

Configure Feed

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

vuejs-berlin / prettier.config.js
106 B 6 lines
1module.exports = { 2 semi: false, 3 singleQuote: true, 4 trailingComma: 'es5', 5 arrowParents: 'avoid', 6}