feat(eslint): Rule "no-native-reassign"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -147,7 +147,7 @@
 | 
				
			|||||||
- [ ] "no-multi-spaces"
 | 
					- [ ] "no-multi-spaces"
 | 
				
			||||||
- [ ] "no-multi-str"
 | 
					- [ ] "no-multi-str"
 | 
				
			||||||
- [ ] "no-multiple-empty-lines"
 | 
					- [ ] "no-multiple-empty-lines"
 | 
				
			||||||
- [ ] "no-native-reassign"
 | 
					- [X] "no-native-reassign"
 | 
				
			||||||
- [ ] "no-negated-condition"
 | 
					- [ ] "no-negated-condition"
 | 
				
			||||||
- [ ] "no-negated-in-lhs"
 | 
					- [ ] "no-negated-in-lhs"
 | 
				
			||||||
- [ ] "no-nested-ternary"
 | 
					- [ ] "no-nested-ternary"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -18,6 +18,9 @@
 | 
				
			|||||||
  "no-catch-shadow": [
 | 
					  "no-catch-shadow": [
 | 
				
			||||||
    "off"
 | 
					    "off"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 | 
					  "no-native-reassign": [
 | 
				
			||||||
 | 
					    "off"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
  "no-tabs": [
 | 
					  "no-tabs": [
 | 
				
			||||||
    "error",
 | 
					    "error",
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user