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

Remove ESLint or use TypeScript-ESLint #172

Open
azu opened this issue Nov 29, 2020 · 0 comments
Open

Remove ESLint or use TypeScript-ESLint #172

azu opened this issue Nov 29, 2020 · 0 comments
Labels

Comments

@azu
Copy link
Member

azu commented Nov 29, 2020

The current ESLint config is for JavaScript.

"lint": "eslint .",

But, we already migrate the codebase to TypeScript in #24 #169
So, the current ESLint does not work.

We have two options:


I think that we improve typing in TypeScript at first.
The Lint phase is next to typing.
So, We can just remove ESLint temporarily.

If we need to get ESLint, we add it again in the future.

@azu azu added Type: Maintenance Repository Maintenance Type: TypeScript labels Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant