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

Documentation should be updated in TypeScript section #1255

Closed
mehmetnyarar opened this issue Feb 27, 2019 · 3 comments

Comments

@mehmetnyarar
Copy link
Contributor

commented Feb 27, 2019

Hi,

typescript-eslint-parserand eslint-plugin-typescriptpackages are deprecated. I think the documentation should be updated based on this fact.

npm install @typescript-eslint/parser @typescript-eslint/eslint-plugin --save-dev
{
  "standard": {
    "parser": "@typescript-eslint/parser",
    "plugins": [ "@typescript-eslint/eslint-plugin" ]
  }
}

@mehmetnyarar mehmetnyarar changed the title Documentation section should be updated in TypeScript section Documentation should be updated in TypeScript section Feb 27, 2019

@LinusU

This comment has been minimized.

Copy link
Member

commented Feb 27, 2019

Neat, PRs welcome ☺️

@mehmetnyarar

This comment has been minimized.

Copy link
Contributor Author

commented Feb 27, 2019

Gladly, but I don't know how. This would be my first open-source contribution, so forgive my ignorance :)

@cdaringe

This comment has been minimized.

Copy link

commented Mar 28, 2019

even with the plugin, it doesn't load right in standard. see #1252

Tommytrg added a commit to Tommytrg/standard that referenced this issue May 2, 2019

Tommytrg added a commit to Tommytrg/standard that referenced this issue May 2, 2019

Tommytrg added a commit to Tommytrg/standard that referenced this issue May 2, 2019

Tommytrg added a commit to Tommytrg/standard that referenced this issue May 10, 2019

update typescript usage docs
fix standard#1255

Co-authored-by: mehmetnyarar <mehmetnyarar@gmail.com>

@LinusU LinusU closed this in #1278 May 10, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.