UNPKG

eslint-plugin-vue

Version:

Official ESLint plugin for Vue.js

19 lines (18 loc) 518 B
/* * IMPORTANT! * This file has been automatically generated, * in order to update its content execute "npm run update" */ module.exports = { extends: require.resolve('./vue3-strongly-recommended'), rules: { 'vue/attributes-order': 'warn', 'vue/block-order': 'warn', 'vue/no-lone-template': 'warn', 'vue/no-multiple-slot-args': 'warn', 'vue/no-required-prop-with-default': 'warn', 'vue/no-v-html': 'warn', 'vue/order-in-components': 'warn', 'vue/this-in-template': 'warn' } }