Skip to content

Commit 084ce0f

Browse files
author
Guillaume Chau
committed
chore(eslint): disable vue/valid-v-for rule
1 parent d64aebb commit 084ce0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
1212
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
1313
'comma-dangle': ['error', 'always-multiline'],
14+
'vue/valid-v-for': 'off',
1415
},
1516
parserOptions: {
1617
parser: 'babel-eslint',

0 commit comments

Comments
 (0)