Patch Changes
-
Set
reportUnusedDisableDirectivesto"error". (by @alexander-akait in #146) -
Ignore test module in
n/no-unsupported-features/node-builtinsrule. (by @alexander-akait in #157) -
Respect minor
engines.nodeversions when picking the ES feature set. The node-to-ES mapping now lives inconfigs/utils/get-es-version-from-node.jsand usessemverranges, so>=7.6lands on ES2017 (async/await) instead of ES2016, and>=16.11lands on ES2022 (Object.hasOwn) instead of older 16.x ranges that lack it. (by @alexander-akait in #156)