added fix option to eslint
This commit is contained in:
@@ -11,10 +11,14 @@ module.exports = {
|
||||
],
|
||||
plugins: [
|
||||
'vue',
|
||||
'vue-a11y'
|
||||
'vue-a11y',
|
||||
'no-autofix'
|
||||
],
|
||||
rules: {
|
||||
'no-unused-vars': ["warn"],
|
||||
'camelcase': 'warn',
|
||||
'eqeqeq': 'warn',
|
||||
'no-redeclare': 'warn'
|
||||
},
|
||||
ignorePatterns: [
|
||||
"vendor/**",
|
||||
@@ -33,6 +37,7 @@ module.exports = {
|
||||
"Modernizr": true,
|
||||
"Popper": true,
|
||||
"Sortable": true,
|
||||
"CKEDITOR": true
|
||||
"CKEDITOR": true,
|
||||
"drupalDecoupled": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user