Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
21
VApp/node_modules/eslint-plugin-vue/lib/configs/base.js
generated
vendored
Normal file
21
VApp/node_modules/eslint-plugin-vue/lib/configs/base.js
generated
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
/*
|
||||
* IMPORTANT!
|
||||
* This file has been automatically generated,
|
||||
* in order to update its content execute "npm run update"
|
||||
*/
|
||||
module.exports = {
|
||||
parser: require.resolve('vue-eslint-parser'),
|
||||
parserOptions: {
|
||||
ecmaVersion: 2020,
|
||||
sourceType: 'module'
|
||||
},
|
||||
env: {
|
||||
browser: true,
|
||||
es6: true
|
||||
},
|
||||
plugins: ['vue'],
|
||||
rules: {
|
||||
'vue/comment-directive': 'error',
|
||||
'vue/jsx-uses-vars': 'error'
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user