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: better require-closing-tags support #188

Merged
merged 29 commits into from
Jun 8, 2024
Merged

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    04d8d49 View commit details
    Browse the repository at this point in the history
  2. don't close non-void elements

    seleb committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1fbfe9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d3a515 View commit details
    Browse the repository at this point in the history
  4. clarify names

    seleb committed May 29, 2024
    Configuration menu
    Copy the full SHA
    da72952 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3b10f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26ff11b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6be6f3f View commit details
    Browse the repository at this point in the history
  8. update custom tag tests

    seleb committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4e054dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28cb880 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    621cbbe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    604a3ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    21973f1 View commit details
    Browse the repository at this point in the history
  13. Update require-closing-tags.md

    seleb committed May 29, 2024
    Configuration menu
    Copy the full SHA
    18af2d5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f8102c8 View commit details
    Browse the repository at this point in the history
  15. prettier

    seleb committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c1b4fdb View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    6b3a20f View commit details
    Browse the repository at this point in the history
  2. format

    seleb committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    48e51d3 View commit details
    Browse the repository at this point in the history
  3. lint

    seleb committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    fc25c1c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Update docs/rules/require-closing-tags.md

    Co-authored-by: YeonJuan <yeonjuan93@naver.com>
    seleb and yeonjuan committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    88157f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94a5e73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b10e93 View commit details
    Browse the repository at this point in the history
  4. update fixes

    seleb committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e2db05f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    363b5f1 View commit details
    Browse the repository at this point in the history
  2. replace allowSelfClosingCustom + customPatterns with independent …

    …`selfClosingCustomPatterns` option and update foreign context handling to compensate
    seleb committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    71c72da View commit details
    Browse the repository at this point in the history
  3. Update require-closing-tags.md

    seleb committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0ca6eeb View commit details
    Browse the repository at this point in the history
  4. format

    seleb committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    951289c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    6df37eb View commit details
    Browse the repository at this point in the history
  2. update docs

    seleb committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3ada9c8 View commit details
    Browse the repository at this point in the history
  3. format

    seleb committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8665ff4 View commit details
    Browse the repository at this point in the history