'use strict'; module.exports = { rules: { 'object-shorthand': require('./rules/object-shorthand'), 'generator-star': require('./rules/object-shorthand') } };