Open
Description
Issue
Hi, I'm seeing this warning when using @nimblehq/eslint-config-nimble should we change something on these package sides :thinking_face:, Here is my package.json file
"devDependencies": {
"@nimblehq/eslint-config-nimble": "2.2.1",
"eslint": "8.44.0",
},
Expected
There should be no warning on the consumer side.
Steps to reproduce
- Init a new JS project
- Use latest
eslint
version on that new JS project - Add
@nimblehq/eslint-config-nimble
- Run
yarn install
ornpm install
and checking for the warning error in the log