Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c65c3a9

Browse files
TatsuyaYamamotoota-meshi
andauthored
feat(processor): export meta object for flat config (#2145)
Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
1 parent 267e5bb commit c65c3a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎lib/processor.js‎

Lines changed: 6 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /