I added --no-config-lookup to address the lookup error:
$ npx eslint
Oops! Something went wrong! :(
ESLint: 9.0.0
Error: Could not find config file.
at locateConfigFileToUse (node_modules/eslint/lib/eslint/eslint.js:349:21)
I also increased the find -maxdepth value to include advanced-integration/v1 and advanced-integration/v1
This PR fixes a lint failure on the
main
branch.npx eslint
now uses9.0.0
, which deprecated the--env
argument unless using the legacyeslintrc
mode:I added
--no-config-lookup
to address the lookup error:I also increased the
find -maxdepth
value to includeadvanced-integration/v1
andadvanced-integration/v1