@innocenzi/eslint-config
Advanced tools
Comparing version 0.6.1 to 0.7.0
@@ -5,3 +5,3 @@ { | ||
"repository": "https://github.com/innocenzi/eslint-config.git", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"description": "Personal ESLint configuration", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
@@ -39,2 +39,3 @@ module.exports = { | ||
math: 'always', | ||
template: 'never' | ||
}], | ||
@@ -45,5 +46,6 @@ 'vue/max-attributes-per-line': ['warn', { | ||
'vue/component-tags-order': ['error', { | ||
'order': [ 'script', 'template', 'style' ] | ||
}] | ||
'order': [ 'script', 'template', 'style' ] | ||
}], | ||
'vue/multi-word-component-names': 'off' | ||
}, | ||
} |
12710
372