mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-10-21 07:35:11 +02:00 
			
		
		
		
	fix: relax require-await
				
					
				
			This commit is contained in:
		| @@ -144,7 +144,6 @@ | ||||
|     "prefer-regex-literals": ["error", { "disallowRedundantWrapping": true }], | ||||
|     "quote-props": ["error", "as-needed"], | ||||
|     "radix": "error", | ||||
|     "require-await": "error", | ||||
|     "yoda": ["error", "never"], | ||||
|  | ||||
|     "import/no-absolute-path": "error", | ||||
| @@ -231,8 +230,6 @@ | ||||
|         ], | ||||
|         "no-useless-constructor": "off", | ||||
|         "@typescript-eslint/no-useless-constructor": "error", | ||||
|         "require-await": "off", | ||||
|         "@typescript-eslint/require-await": "error", | ||||
|  | ||||
|         "@typescript-eslint/adjacent-overload-signatures": "error", | ||||
|         "@typescript-eslint/array-type": [ | ||||
|   | ||||
							
								
								
									
										844
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										844
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -54,13 +54,13 @@ | ||||
|     "@types/eslint": "8.4.1", | ||||
|     "eslint-plugin-import": "2.25.4", | ||||
|     "eslint-plugin-promise": "6.0.0", | ||||
|     "eslint-plugin-unicorn": "41.0.0", | ||||
|     "eslint-plugin-unicorn": "41.0.1", | ||||
|     "typescript": "4.6.2", | ||||
|     "@typescript-eslint/parser": "5.15.0", | ||||
|     "@typescript-eslint/eslint-plugin": "5.15.0", | ||||
|     "tape": "5.5.2", | ||||
|     "husky": "7.0.4", | ||||
|     "lint-staged": "12.3.6", | ||||
|     "lint-staged": "12.3.7", | ||||
|     "markdownlint-cli": "0.31.1", | ||||
|     "@types/tape": "4.13.2", | ||||
|     "pinst": "3.0.0", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user