mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-10-21 07:35:11 +02:00 
			
		
		
		
	chore: specify correct supported Node.js version
BREAKING CHANGE: Minimum supported Node.js >= 20.11.0 Ref: https://nodejs.org/api/esm.html#importmetadirname
This commit is contained in:
		| @@ -29,7 +29,7 @@ More information about **formatting rules** vs **code-quality rules** can be fou | ||||
|  | ||||
| ### Prerequisites | ||||
|  | ||||
| [Node.js](https://nodejs.org/) >= 20.9.0 | ||||
| [Node.js](https://nodejs.org/) >= 20.11.0 | ||||
|  | ||||
| ### Installation | ||||
|  | ||||
|   | ||||
| @@ -34,7 +34,7 @@ | ||||
|     "provenance": true | ||||
|   }, | ||||
|   "engines": { | ||||
|     "node": ">=20.9.0" | ||||
|     "node": ">=20.11.0" | ||||
|   }, | ||||
|   "scripts": { | ||||
|     "lint:editorconfig": "editorconfig-checker", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user