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

feat: use "prettier-tslint" and "prettier-eslint" when they exist #54

Closed
wants to merge 6 commits into from

Commits on Dec 13, 2018

  1. nit: clearer variable name

    aleclarson committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    3ae5e08 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2018

  1. feat: use "prettier-tslint" and "prettier-eslint" when they exist

    When the scm root has "./node_modules/prettier-tslint" and/or
    "./node_modules/prettier-eslint", we use them on applicable modules.
    aleclarson committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    9ec3d60 View commit details
    Browse the repository at this point in the history
  2. feat: require prettier 1.13.0+

    So we can use the `getFileInfo` export.
    aleclarson committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    ab98aeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    299ddd2 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Configuration menu
    Copy the full SHA
    f1d88ae View commit details
    Browse the repository at this point in the history
  2. feat: shebang support

    - rename "isSupportedExtension" function to "isFileSupported"
    - use `prettier.getFileInfo` to detect shebangs
    - upgrade prettier to 1.15.0+ (where shebang support was added)
    aleclarson committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    829524a View commit details
    Browse the repository at this point in the history