Enhancement: Upgrade @babel/preset-env (#542)

This commit is contained in:
Pranav Raj S
2020-02-22 20:16:56 +05:30
committed by GitHub
parent a790dc640f
commit 1261cc7783
7 changed files with 775 additions and 1690 deletions

View File

@@ -24,10 +24,12 @@ module.exports = {
'multiline': {
'max': 1,
'allowFirstLine': false
}
},
}],
'vue/html-self-closing': 'off',
"vue/no-v-html": 'off'
"vue/no-v-html": 'off',
'import/extensions': ['never']
},
settings: {
'import/resolver': {