Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yeonjuan/html-eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.36.0
Choose a base ref
...
head repository: yeonjuan/html-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.37.0
Choose a head ref
  • 4 commits
  • 18 files changed
  • 2 contributors

Commits on Mar 22, 2025

  1. fix: disable validation of fewer attributes in attrs-newline (#304)

    * test(attrs-newline): Add a tests that checks for disabling reverse validation in `attrs-newline`
    
    * fix(attrs-newline): Report only if number of attributes in one line is greater than `ifAttrsMoreThan`, remove reverse validation
    
    * test(attrs-newline): Remove tests that check fewer attributes
    
    * docs(attrs-newline): Remove the sentence about validating fewer attributes
    MorevM authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    e87ee4e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. feat: add fix and suggest in require-button-type (#305)

    * feat: add fix and suggest in require-button-type
    
    * Update require-button-type.js
    
    * fixup
    yeonjuan authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    0010952 View commit details
    Browse the repository at this point in the history
  2. docs: update rules.md

    yeonjuan committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    c7681fd View commit details
    Browse the repository at this point in the history
  3. v0.37.0

    yeonjuan committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    8c8b39a View commit details
    Browse the repository at this point in the history
Loading