Skip to content

Commit

Permalink
[Fix] group-exports: use module.exports, not export default
Browse files Browse the repository at this point in the history
Fixes #1031.
  • Loading branch information
ljharb committed Feb 22, 2018
1 parent 44a038c commit 402c60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/group-exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function create(context) {
}
}

export default {
module.exports = {
meta,
create,
}

0 comments on commit 402c60a

Please sign in to comment.