UNPKG

eslint-plugin-vue-pug

Version:

linting your pug templates in vue single file components

12 lines (11 loc) 248 B
/* * IMPORTANT! * This file has been automatically generated, * in order to update its content execute "npm run update" */ module.exports = { extends: require.resolve('./essential'), rules: { 'vue-pug/no-pug-control-flow': 'warn' } }