Skip to content

Commit

Permalink
feat(processor): export meta object for flat config (#2145)
Browse files Browse the repository at this point in the history
Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
  • Loading branch information
TatsuyaYamamoto and ota-meshi committed May 7, 2023
1 parent 267e5bb commit c65c3a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/processor.js
Expand Up @@ -124,7 +124,12 @@ module.exports = {
return filteredMessages
},

supportsAutofix: true
supportsAutofix: true,

meta: {
name: 'eslint-plugin-vue',
version: require('../package.json').version
}
}

/**
Expand Down

0 comments on commit c65c3a9

Please sign in to comment.