Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
24
Frontend-Learner/node_modules/eslint-plugin-vue/lib/configs/flat/vue2-recommended.js
generated
vendored
Normal file
24
Frontend-Learner/node_modules/eslint-plugin-vue/lib/configs/flat/vue2-recommended.js
generated
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
* IMPORTANT!
|
||||
* This file has been automatically generated,
|
||||
* in order to update its content execute "npm run update"
|
||||
*/
|
||||
'use strict'
|
||||
const config = require('./vue2-strongly-recommended.js')
|
||||
|
||||
module.exports = [
|
||||
...config,
|
||||
{
|
||||
name: 'vue/vue2-recommended/rules',
|
||||
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'
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue