Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

383
Views
Eslint 8.0.1 - implementing jest into config throws an error

In my Next/React/Typescript/Jest project I'm trying to configure my eslint config. After updating to version 8.x (currently 8.0.1), the linter throws following error:

Error: .eslintrc.js » ./eslint/config.js:
    Environment key "jest/globals" is unknown

Then I added 'plugin:jest/recommended' to the extends array in my config.js, which led me to this error:

TypeError: Failed to load plugin 'jest' declared in '.eslintrc.js » ./eslint/config.js': Class extends value undefined is not a constructor or null

The plugin is installed and inside my package.json. Even several npm ci haven't helped me here.

Would appreciate ideas !

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Are you using any other eslint plugins? If so, has npm warned you of any peer dependency issues?

I ran into this same issue when upgrading to eslint v8.0.1. In may case, one plugin I listed an an earlier version of @typescript-eslint/eslint-plugin as a direct dependency (@typescript-eslint/eslint-plugin is also a peer dependency of eslint-plugin-jest). This earlier version of @typescript-eslint/eslint-plugin was not compatible with eslint v8.0.1. So I opted to downgrade to v7.32.0

If you have control over the other plugins you use, you might upgrade their dependencies and publish a new release. Else, you'll probably have to downgrade eslint in your project.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!