Skip to content

Commit

Permalink
chore: Set name of plugin for eslint integration (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
danez authored and fatfisz committed Oct 30, 2017
1 parent 7811238 commit ba978d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const visitor = {
};

export default ({ types }) => ({
name: 'module-resolver',
pre(file) {
this.types = types;

Expand Down

0 comments on commit ba978d8

Please sign in to comment.