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-str"
 | 
			
		||||
- [ ] "no-multiple-empty-lines"
 | 
			
		||||
- [ ] "no-native-reassign"
 | 
			
		||||
- [X] "no-native-reassign"
 | 
			
		||||
- [ ] "no-negated-condition"
 | 
			
		||||
- [ ] "no-negated-in-lhs"
 | 
			
		||||
- [ ] "no-nested-ternary"
 | 
			
		||||
 
 | 
			
		||||
@@ -18,6 +18,9 @@
 | 
			
		||||
  "no-catch-shadow": [
 | 
			
		||||
    "off"
 | 
			
		||||
  ],
 | 
			
		||||
  "no-native-reassign": [
 | 
			
		||||
    "off"
 | 
			
		||||
  ],
 | 
			
		||||
  "no-tabs": [
 | 
			
		||||
    "error",
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user