mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-14 22:53:13 +01: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:
parent
1719cd18b3
commit
e32847fa3d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user