feat(eslint): Rule "no-new-wrappers"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -156,7 +156,7 @@
 | 
				
			|||||||
- [ ] "no-new-object"
 | 
					- [ ] "no-new-object"
 | 
				
			||||||
- [ ] "no-new-require"
 | 
					- [ ] "no-new-require"
 | 
				
			||||||
- [ ] "no-new-symbol"
 | 
					- [ ] "no-new-symbol"
 | 
				
			||||||
- [ ] "no-new-wrappers"
 | 
					- [X] "no-new-wrappers"
 | 
				
			||||||
- [ ] "no-obj-calls"
 | 
					- [ ] "no-obj-calls"
 | 
				
			||||||
- [ ] "no-octal"
 | 
					- [ ] "no-octal"
 | 
				
			||||||
- [ ] "no-octal-escape"
 | 
					- [ ] "no-octal-escape"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -299,6 +299,9 @@
 | 
				
			|||||||
  "no-new-func": [
 | 
					  "no-new-func": [
 | 
				
			||||||
    "error"
 | 
					    "error"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 | 
					  "no-new-wrappers": [
 | 
				
			||||||
 | 
					    "error"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
  "no-spaced-func": [
 | 
					  "no-spaced-func": [
 | 
				
			||||||
    "off"
 | 
					    "off"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user