eslint / espree

An Esprima-compatible JavaScript parser
BSD 2-Clause "Simplified" License
2.26k stars 189 forks source link

Drop Node v10/v13/v15 support #501

Closed mdjermanovic closed 3 years ago

mdjermanovic commented 3 years ago

Since we are not planning to use Espree v8 in ESLint v7, can we align engines.node in package.json with ESLint v8 (https://github.com/eslint/eslint/pull/14592)?

aladdin-add commented 3 years ago

and some other repos:

nzakas commented 3 years ago

Makes sense.