Skip to content

Commit 75bb7a0

Browse files
authored
Update require-v-for-key.js
1 parent 8be490b commit 75bb7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/require-v-for-key.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const utils = require('../utils')
1717

1818
module.exports = {
1919
meta: {
20-
type: 'suggestion',
20+
type: 'problem',
2121
docs: {
2222
description: 'require `v-bind:key` with `v-for` directives',
2323
category: 'essential',

0 commit comments

Comments
 (0)