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

334
Views
how to configure typescript eslintrc to ignore error?

I want to add

"@typescript-eslint/no-invalid-void-type": [
      "error"
    ]

to my .eslintrc file, and I fixed 50 errors by changing void to undefined but there's one error that could not be fixed.
Here is an image of the error shown.
I would like to ignore it through configuring the setting in my .eslintrc file, but change undefined back to void on Promise<undefined|FeedbackThread[]>. How can I do so? For example, I know there are some fields like

      "anonymous": "never",  
      "asyncArrow": "never",
      "named": "never"

and I think I just need one field set to "never" in order for it to work. Thanks for your help in advance!

about 4 years ago · Juan Pablo Isaza
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!