Skip to content

Commit c65c3a9

Browse files
feat(processor): export meta object for flat config (#2145)
Co-authored-by: Yosuke Ota <[email protected]>
1 parent 267e5bb commit c65c3a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: lib/processor.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,12 @@ module.exports = {
124124
return filteredMessages
125125
},
126126

127-
supportsAutofix: true
127+
supportsAutofix: true,
128+
129+
meta: {
130+
name: 'eslint-plugin-vue',
131+
version: require('../package.json').version
132+
}
128133
}
129134

130135
/**

0 commit comments

Comments
 (0)