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

234
Views
.eslintrc file not overriding

I have this rule turned on: "@typescript-eslint/no-unused-vars": "error", but am attempting to override it

    "overrides": [
        {
         "files": ["**/*.ts", "**/*.tsx"],
          "excludedFiles": "**/*.js",
          "rules": {
            "@typescript-eslint/no-unused-vars": "error"
          }
        }
      ],

essentially I want it to ignore all .js files but only to check .ts files. but when I run yarn lint it's showing errors just in .js files. any ideas?

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

0

You need to add the following line inside rules:

  "no-unused-vars": "off",

Please check this for more info on usage.

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!