feat(eslint): Rule "no-with"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -220,7 +220,7 @@
 | 
				
			|||||||
- [ ] "no-void"
 | 
					- [ ] "no-void"
 | 
				
			||||||
- [ ] "no-warning-comments"
 | 
					- [ ] "no-warning-comments"
 | 
				
			||||||
- [ ] "no-whitespace-before-property"
 | 
					- [ ] "no-whitespace-before-property"
 | 
				
			||||||
- [ ] "no-with"
 | 
					- [X] "no-with"
 | 
				
			||||||
- [ ] "nonblock-statement-body-position"
 | 
					- [ ] "nonblock-statement-body-position"
 | 
				
			||||||
- [X] "object-curly-newline"
 | 
					- [X] "object-curly-newline"
 | 
				
			||||||
- [X] "object-curly-spacing"
 | 
					- [X] "object-curly-spacing"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -394,6 +394,9 @@
 | 
				
			|||||||
  "no-var": [
 | 
					  "no-var": [
 | 
				
			||||||
    "error"
 | 
					    "error"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 | 
					  "no-with": [
 | 
				
			||||||
 | 
					    "error"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
  "object-curly-newline": [
 | 
					  "object-curly-newline": [
 | 
				
			||||||
    "error",
 | 
					    "error",
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user