Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript-ESLint v2 was just released #13

Closed
jednano opened this issue Aug 14, 2019 · 1 comment
Closed

TypeScript-ESLint v2 was just released #13

jednano opened this issue Aug 14, 2019 · 1 comment

Comments

@jednano
Copy link

jednano commented Aug 14, 2019

So far, the only issue I've run into with v2 is the array-type rule, which needs to be changed to an object instead of a string. Might be more discrepancies though.

    "@typescript-eslint/array-type": [
      "error",
      {
        "default": "array-simple"
      }
    ],

https://github.com/typescript-eslint/typescript-eslint/releases/tag/v2.0.0

@sindresorhus
Copy link
Member

I prefer to wait a bit. Most releases from that project is buggy at first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants