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

Split eslint config using @typescipt-eslint/parser or not #3

Merged
merged 13 commits into from
Feb 22, 2019

Conversation

yamadayuki
Copy link
Collaborator

WHY

The users (who aren't using TypeScript) intend to use eslint-config-wantedly but the eslint-config-wantedly requires typescript as a dependency. It is not proper for the users only checking the quality of code.

WHAT

I'm going to split the ESLint config into the two configs each are using babel-eslint and @typescript-eslint/parser. So we provide two configs eslint-config-wantedly and eslint-config-wantedly-typescript.
If the user can afford to use TypeScript, he/she should use eslint-config-wantedly-typescript.

Provide the frolint as executable script
@yamadayuki yamadayuki merged commit fb1bb09 into master Feb 22, 2019
@yamadayuki yamadayuki deleted the yamadayuki/split-typescript branch February 22, 2019 11:18
@yamadayuki yamadayuki added the enhancement New feature or request label Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants