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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking Change: Be compatible with Prettier CLI #59

Merged
merged 5 commits into from
May 21, 2017
Merged

Breaking Change: Be compatible with Prettier CLI #59

merged 5 commits into from
May 21, 2017

Commits on May 20, 2017

  1. feat(compatibility): directly pass all flags/options to prettier

    for example instead of passing --prettier.singleQuote, you now can just use --single-quote" or
    --singleQuote
    
    BREAKING CHANGE: no more need for --prettier prefixing for Prettier's options
    tunnckoCore committed May 20, 2017
    Configuration menu
    Copy the full SHA
    d73fe3b View commit details
    Browse the repository at this point in the history
  2. chore(cleanup): misc stuff

    tunnckoCore committed May 20, 2017
    Configuration menu
    Copy the full SHA
    d4f5904 View commit details
    Browse the repository at this point in the history
  3. fix(tests): update cli tests, not help output is a bit bigger

    Because we have described all the prettier's options in our help output
    tunnckoCore committed May 20, 2017
    Configuration menu
    Copy the full SHA
    0e5fd6a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2017

  1. chore(add): run all contributors

    tunnckoCore committed May 21, 2017
    Configuration menu
    Copy the full SHA
    f152dde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62b1b9c View commit details
    Browse the repository at this point in the history