Skip to content

Commit

Permalink
Fix: bug in *.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jun 26, 2018
1 parent 39b0da3 commit a4db38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/processors/vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {

// Filter messages which are in disabled area.
return messages[0].filter(message => {
if (message.ruleId === "mysticatea/vue/comment-directive") {
if (message.ruleId === "@mysticatea/vue/comment-directive") {
const rules = message.message.split(" ")
const type = rules.shift()
const group = rules.shift()
Expand Down

0 comments on commit a4db38c

Please sign in to comment.