feat(vue): no-unused-vars
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -575,7 +575,7 @@
 | 
				
			|||||||
- [ ] "no-textarea-mustache"
 | 
					- [ ] "no-textarea-mustache"
 | 
				
			||||||
- [ ] "no-unsupported-features"
 | 
					- [ ] "no-unsupported-features"
 | 
				
			||||||
- [ ] "no-unused-components"
 | 
					- [ ] "no-unused-components"
 | 
				
			||||||
- [ ] "no-unused-vars"
 | 
					- [X] "no-unused-vars"
 | 
				
			||||||
- [ ] "no-use-v-if-with-v-for"
 | 
					- [ ] "no-use-v-if-with-v-for"
 | 
				
			||||||
- [ ] "no-v-html"
 | 
					- [ ] "no-v-html"
 | 
				
			||||||
- [X] "object-curly-spacing"
 | 
					- [X] "object-curly-spacing"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -68,6 +68,9 @@
 | 
				
			|||||||
      "singleline": 8
 | 
					      "singleline": 8
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 | 
					  "vue/no-unused-vars": [
 | 
				
			||||||
 | 
					    "error"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
  "vue/object-curly-spacing": [
 | 
					  "vue/object-curly-spacing": [
 | 
				
			||||||
    "error",
 | 
					    "error",
 | 
				
			||||||
    "always",
 | 
					    "always",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user