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-require"
 | 
			
		||||
- [ ] "no-new-symbol"
 | 
			
		||||
- [ ] "no-new-wrappers"
 | 
			
		||||
- [X] "no-new-wrappers"
 | 
			
		||||
- [ ] "no-obj-calls"
 | 
			
		||||
- [ ] "no-octal"
 | 
			
		||||
- [ ] "no-octal-escape"
 | 
			
		||||
 
 | 
			
		||||
@@ -299,6 +299,9 @@
 | 
			
		||||
  "no-new-func": [
 | 
			
		||||
    "error"
 | 
			
		||||
  ],
 | 
			
		||||
  "no-new-wrappers": [
 | 
			
		||||
    "error"
 | 
			
		||||
  ],
 | 
			
		||||
  "no-spaced-func": [
 | 
			
		||||
    "off"
 | 
			
		||||
  ],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user