feat(eslint): Rule "no-caller"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -83,7 +83,7 @@
 | 
			
		||||
- [ ] "no-await-in-loop"
 | 
			
		||||
- [ ] "no-bitwise"
 | 
			
		||||
- [ ] "no-buffer-constructor"
 | 
			
		||||
- [ ] "no-caller"
 | 
			
		||||
- [X] "no-caller"
 | 
			
		||||
- [ ] "no-case-declarations"
 | 
			
		||||
- [X] "no-catch-shadow"
 | 
			
		||||
- [ ] "no-class-assign"
 | 
			
		||||
 
 | 
			
		||||
@@ -200,6 +200,9 @@
 | 
			
		||||
  "no-alert": [
 | 
			
		||||
    "warn"
 | 
			
		||||
  ],
 | 
			
		||||
  "no-caller": [
 | 
			
		||||
    "error"
 | 
			
		||||
  ],
 | 
			
		||||
  "no-catch-shadow": [
 | 
			
		||||
    "off"
 | 
			
		||||
  ],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user