feat(vue): Rule "html-indent"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -539,7 +539,7 @@
 | 
				
			|||||||
- [ ] "html-closing-bracket-newline"
 | 
					- [ ] "html-closing-bracket-newline"
 | 
				
			||||||
- [ ] "html-closing-bracket-spacing"
 | 
					- [ ] "html-closing-bracket-spacing"
 | 
				
			||||||
- [ ] "html-end-tags"
 | 
					- [ ] "html-end-tags"
 | 
				
			||||||
- [ ] "html-indent"
 | 
					- [X] "html-indent"
 | 
				
			||||||
- [ ] "html-quotes"
 | 
					- [ ] "html-quotes"
 | 
				
			||||||
- [ ] "html-self-closing"
 | 
					- [ ] "html-self-closing"
 | 
				
			||||||
- [ ] "jsx-uses-vars"
 | 
					- [ ] "jsx-uses-vars"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,14 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
 | 
					  "vue/html-indent": [
 | 
				
			||||||
 | 
					    "error",
 | 
				
			||||||
 | 
					    "tab",
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      "alignAttributesVertically": true,
 | 
				
			||||||
 | 
					      "attribute": 1,
 | 
				
			||||||
 | 
					      "baseIndent": 1,
 | 
				
			||||||
 | 
					      "closeBracket": 0
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
  "vue/script-indent": [
 | 
					  "vue/script-indent": [
 | 
				
			||||||
    "error",
 | 
					    "error",
 | 
				
			||||||
    "tab",
 | 
					    "tab",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user