eslint-plugin-vue-libs
Advanced tools
Comparing version
@@ -77,3 +77,3 @@ module.exports = { | ||
'no-mixed-spaces-and-tabs': 2, | ||
'no-multi-spaces': 2, | ||
'no-multi-spaces': [2, { "ignoreEOLComments": true }], | ||
'no-multi-str': 2, | ||
@@ -80,0 +80,0 @@ 'no-multiple-empty-lines': [2, { 'max': 1 }], |
{ | ||
"name": "eslint-plugin-vue-libs", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "eslint plugin for vue.js projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
9097
0.36%