feat(eslint): no-param-reassign
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -160,7 +160,7 @@
 | 
				
			|||||||
- [ ] "no-obj-calls"
 | 
					- [ ] "no-obj-calls"
 | 
				
			||||||
- [ ] "no-octal"
 | 
					- [ ] "no-octal"
 | 
				
			||||||
- [X] "no-octal-escape"
 | 
					- [X] "no-octal-escape"
 | 
				
			||||||
- [ ] "no-param-reassign"
 | 
					- [X] "no-param-reassign"
 | 
				
			||||||
- [X] "no-path-concat"
 | 
					- [X] "no-path-concat"
 | 
				
			||||||
- [ ] "no-plusplus"
 | 
					- [ ] "no-plusplus"
 | 
				
			||||||
- [ ] "no-process-env"
 | 
					- [ ] "no-process-env"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -181,6 +181,12 @@
 | 
				
			|||||||
      "tabWidth": 4
 | 
					      "tabWidth": 4
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 | 
					  "no-param-reassign": [
 | 
				
			||||||
 | 
					    "warn",
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      "props": true
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
  "max-lines": [
 | 
					  "max-lines": [
 | 
				
			||||||
    "off"
 | 
					    "off"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user