Giter Site home page Giter Site logo

Comments (2)

blakeembrey avatar blakeembrey commented on May 17, 2024

If you're going to log an issue, please take some time to add a description - I don't know what the expected output is for you, nor what you'd like me to fix.

I'll take a stab anyway. This is unfortunately correct. If you'd like the warning to go away, you'll need to log an issue with TSLint (at the very least so they warn only once). These rules are enabled for everyone by default since some people might not have the compiler options enabled (so the rules are there to match Standard.js). You can also disable these rules in your own tslint.json file.

from tslint-config-standard.

CoreyCole avatar CoreyCole commented on May 17, 2024

Just ran into this same issue. The fix for anyone wondering is something like this:

{
  "extends": "tslint-config-standard",
  "rules": {
    "no-unused-variable": false
  }
}

from tslint-config-standard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.