9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
rules: {
|
|
'object-shorthand': require('./rules/object-shorthand'),
|
|
'generator-star': require('./rules/object-shorthand')
|
|
}
|
|
};
|