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(prettier)!: remove sort import #102

Merged
merged 2 commits into from
Dec 20, 2022
Merged

Commits on Dec 20, 2022

  1. feat(prettier)!: remove @trivago/prettier-plugin-sort-imports

    "Sorting/moving imports, object keys, class members, JSX keys, CSS properties or anything else..." should not be part of `prettier`.
    See: https://prettier.io/docs/en/rationale.html#what-prettier-is-_not_-concerned-about
    
    BREAKING CHANGE: Prettier will no more sort the imports. Use the `@mheob/eslint-config` for this behavior.
    mheob committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    be52c6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a08ab25 View commit details
    Browse the repository at this point in the history