Corrected TypeScript rules
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -133,7 +133,7 @@
 | 
				
			|||||||
    "error"
 | 
					    "error"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "@typescript-eslint/no-unsafe-member-access": [
 | 
					  "@typescript-eslint/no-unsafe-member-access": [
 | 
				
			||||||
    "error"
 | 
					    "warn"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "@typescript-eslint/no-unsafe-return": [
 | 
					  "@typescript-eslint/no-unsafe-return": [
 | 
				
			||||||
    "error"
 | 
					    "error"
 | 
				
			||||||
@@ -167,7 +167,7 @@
 | 
				
			|||||||
    "error"
 | 
					    "error"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "@typescript-eslint/prefer-readonly-parameter-types": [
 | 
					  "@typescript-eslint/prefer-readonly-parameter-types": [
 | 
				
			||||||
    "error",
 | 
					    "warn",
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "checkParameterProperties": true
 | 
					      "checkParameterProperties": true
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user