feat(typescript): no-extra-semi
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -413,7 +413,7 @@
 | 
				
			|||||||
- [X] "no-explicit-any"
 | 
					- [X] "no-explicit-any"
 | 
				
			||||||
- [ ] "no-extra-non-null-assertion"
 | 
					- [ ] "no-extra-non-null-assertion"
 | 
				
			||||||
- [ ] "no-extra-parens"
 | 
					- [ ] "no-extra-parens"
 | 
				
			||||||
- [ ] "no-extra-semi"
 | 
					- [X] "no-extra-semi"
 | 
				
			||||||
- [ ] "no-extraneous-class"
 | 
					- [ ] "no-extraneous-class"
 | 
				
			||||||
- [ ] "no-floating-promises"
 | 
					- [ ] "no-floating-promises"
 | 
				
			||||||
- [ ] "no-for-in-array"
 | 
					- [ ] "no-for-in-array"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -49,6 +49,9 @@
 | 
				
			|||||||
      "ignoreRestArgs": false
 | 
					      "ignoreRestArgs": false
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 | 
					  "@typescript-eslint/no-extra-semi": [
 | 
				
			||||||
 | 
					    "error"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
  "@typescript-eslint/no-implied-eval": [
 | 
					  "@typescript-eslint/no-implied-eval": [
 | 
				
			||||||
    "error"
 | 
					    "error"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
@@ -184,6 +187,9 @@
 | 
				
			|||||||
  "indent": [
 | 
					  "indent": [
 | 
				
			||||||
    "off"
 | 
					    "off"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 | 
					  "no-extra-semi": [
 | 
				
			||||||
 | 
					    "off"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
  "no-implied-eval": [
 | 
					  "no-implied-eval": [
 | 
				
			||||||
    "off"
 | 
					    "off"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user