@studyportals/eslint-config
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@studyportals/eslint-config", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Eslint config for studyportals", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -42,4 +42,7 @@ //http://eslint.org/docs/rules/ | ||
], | ||
"vue/attribute-hyphenation": [0] | ||
"vue/attribute-hyphenation": [0], | ||
"vue/html-self-closing": [0], | ||
"vue/order-in-components": [0], | ||
"vue/attributes-order": [0] | ||
} | ||
}; |
3299
82