mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-10-21 07:35:11 +02:00 
			
		
		
		
	feat: add support for @typescript-eslint v7
				
					
				
			This commit is contained in:
		| @@ -57,9 +57,9 @@ If you want to use **TypeScript**, you also need to install: | ||||
|  | ||||
| ```sh | ||||
| npm install --save-dev \ | ||||
|   typescript@^5.3.3 \ | ||||
|   @typescript-eslint/eslint-plugin@^6.21.0 \ | ||||
|   @typescript-eslint/parser@^6.21.0 | ||||
|   "typescript@^5.3.3" \ | ||||
|   "@typescript-eslint/eslint-plugin@>=6.21.0" \ | ||||
|   "@typescript-eslint/parser@>=6.21.0" | ||||
| ``` | ||||
|  | ||||
| Dependencies are: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user