disable vue rule

このコミットが含まれているのは:
Henry Jameson 2022-07-31 12:24:06 +03:00
コミット 0cbfcb99a9
1個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -21,6 +21,7 @@ module.exports = {
'generator-star-spacing': 0,
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
'vue/require-prop-types': 0
'vue/require-prop-types': 0,
'vue/multi-word-component-names': 0
}
}