mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-10-21 07:35:11 +02:00 
			
		
		
		
	feat: support eslint-plugin-unicorn@^52.0.0 and eslint-plugin-unicorn@^53.0.0
				
					
				
			This commit is contained in:
		| @@ -38,7 +38,7 @@ npm install --save-dev \ | ||||
|   eslint@^8.56.0 \ | ||||
|   eslint-plugin-import@^2.29.1 \ | ||||
|   eslint-plugin-promise@^6.1.1 \ | ||||
|   eslint-plugin-unicorn@^51.0.1 \ | ||||
|   eslint-plugin-unicorn@^53.0.0 \ | ||||
|   eslint-config-conventions@latest | ||||
| ``` | ||||
|  | ||||
|   | ||||
							
								
								
									
										1440
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1440
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -51,7 +51,7 @@ | ||||
|     "eslint": "^8.56.0", | ||||
|     "eslint-plugin-import": "^2.29.1", | ||||
|     "eslint-plugin-promise": "^6.1.1", | ||||
|     "eslint-plugin-unicorn": "^51.0.1" | ||||
|     "eslint-plugin-unicorn": "^51.0.1 || ^52.0.0 || ^53.0.0" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@commitlint/cli": "19.2.2", | ||||
| @@ -65,7 +65,7 @@ | ||||
|     "eslint": "8.57.0", | ||||
|     "eslint-plugin-import": "2.29.1", | ||||
|     "eslint-plugin-promise": "6.1.1", | ||||
|     "eslint-plugin-unicorn": "51.0.1", | ||||
|     "eslint-plugin-unicorn": "53.0.0", | ||||
|     "husky": "9.0.11", | ||||
|     "lint-staged": "15.2.2", | ||||
|     "markdownlint-cli2": "0.13.0", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user