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

Support formatter option #5

Merged
merged 2 commits into from
Feb 22, 2019
Merged

Conversation

yamadayuki
Copy link
Collaborator

WHY

We provide the frolint original formatter as default. I supposed that there are users who want to use the ESLint formatter (e.g. stylish, checkstyle, json, etc.).

WHAT

I decided to support formatter option.

The users can specify the formatter in a config. For example in package.json

{
  "frolint": {
    "formatter": "stylish"
  }
}

Or specify as CLI option.

frolint --formatter=checkstyle

@yamadayuki yamadayuki merged commit 3017586 into yamadayuki/bin Feb 22, 2019
@yamadayuki yamadayuki deleted the yamadayuki/formatter branch February 22, 2019 08:07
@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