nimblehq / eslint-config-nimble

Our ESLint shareable configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix: version 2.4.0 does not support the latest Node latest LTS version (18)

olivierobert opened this issue · comments

Issue

When using Node 18.x, the following output is rendered in the terminal:

image

Expected

Version 18 and above should be supported engines.

Steps to reproduce

  1. Ensure `"@nimblehq/eslint-config-nimble": "2.4.0" is in the package.json file
  2. Run npm install