Select the types of activity you want to include in your feed.
1module.exports = { 2 semi: false, 3 singleQuote: true, 4 printWidth: 100, 5 trailingComma: 'es5', 6 arrowParens: 'avoid', 7}