Skip to content

Commit ba978d8

Browse files
danezfatfisz
authored andcommitted
chore: Set name of plugin for eslint integration (#226)
1 parent 7811238 commit ba978d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const visitor = {
2222
};
2323

2424
export default ({ types }) => ({
25+
name: 'module-resolver',
2526
pre(file) {
2627
this.types = types;
2728

0 commit comments

Comments
 (0)