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

ESLint for TypeScript #685

Open
5 tasks
azu opened this issue Jul 10, 2020 · 1 comment
Open
5 tasks

ESLint for TypeScript #685

azu opened this issue Jul 10, 2020 · 1 comment
Labels
help wanted Extra attention is needed Type: Typescript

Comments

@azu
Copy link
Member

azu commented Jul 10, 2020

Meta issue for typescript-eslint integration.

Enable lint for TypeScript code.

Separated steps and Separated Tasks.

  • Introduce ESLint for TypeScript Add TypeScript support for ESLint #684 by @zweimach
  • Setup configuration
    • We may need to suppress or change severity for some rules
    • @typescript-eslint/no-unsafe-assignment
    • @typescript-eslint/no-unsafe-member-access
    • Should we use same config between src and test?
  • Fix code to pass linting
  • Enable ESLint for TypeScript in CI
    • textlint/package.json

      Lines 9 to 10 in 6fff801

      "eslint": "eslint --cache \"packages/**/{src,test}/**/*.js\"",
      "eslint:fix": "eslint --fix --cache \"packages/**/{src,test}/**/*.js\"",

Welcome to contribute this task!

@azu azu added the help wanted Extra attention is needed label Jul 10, 2020
@azu
Copy link
Member Author

azu commented Jul 10, 2020

Fix code to pass linting

Maybe, This task require a lots of people power.
We welcome to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed Type: Typescript
Projects
None yet
Development

No branches or pull requests

1 participant