Skip to content

Commit

Permalink
Fix: register v-slot-style and valid-v-slot (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvfritz authored and ota-meshi committed Sep 22, 2019
1 parent e59eb09 commit 3836af4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.js
Expand Up @@ -75,6 +75,7 @@ module.exports = {
'v-bind-style': require('./rules/v-bind-style'),
'v-on-function-call': require('./rules/v-on-function-call'),
'v-on-style': require('./rules/v-on-style'),
'v-slot-style': require('./rules/v-slot-style'),
'valid-template-root': require('./rules/valid-template-root'),
'valid-v-bind': require('./rules/valid-v-bind'),
'valid-v-cloak': require('./rules/valid-v-cloak'),
Expand All @@ -88,6 +89,7 @@ module.exports = {
'valid-v-once': require('./rules/valid-v-once'),
'valid-v-pre': require('./rules/valid-v-pre'),
'valid-v-show': require('./rules/valid-v-show'),
'valid-v-slot': require('./rules/valid-v-slot'),
'valid-v-text': require('./rules/valid-v-text')
},
configs: {
Expand Down

0 comments on commit 3836af4

Please sign in to comment.