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

Fix exported eslintrc content #323

Merged
merged 1 commit into from
Jan 27, 2020
Merged

Fix exported eslintrc content #323

merged 1 commit into from
Jan 27, 2020

Conversation

yamadayuki
Copy link
Collaborator

WHY & WHAT

The content of .eslintrc which is written by the command frolint export is wrong.

> cat .eslintrc

        {
          "extends": ["wantedly-typescript"],
        }
        

This content should be below.

> cat .eslintrc
{
  "extends": ["wantedly-typescript"],
  "parserOptions": {
    "project": ["./tsconfig.json"]
  }
}

@yamadayuki yamadayuki added the bug Something isn't working label Jan 27, 2020
@yamadayuki yamadayuki merged commit 718c7ac into master Jan 27, 2020
@yamadayuki yamadayuki deleted the yamadayuki/fix branch January 27, 2020 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant