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: francoismassart/eslint-plugin-tailwindcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.17.5
Choose a base ref
...
head repository: francoismassart/eslint-plugin-tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: be925ffa722aa192e41c4ff46fae5615c4134276
Choose a head ref
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 15, 2025

  1. Fix #378 - enforces-shorthand does not work for h- & w- when prefixed (

    Kamahl19 authored Jan 15, 2025
    Copy the full SHA
    27d868d View commit details
  2. test: add new case for #378

    francoismassart committed Jan 15, 2025
    Copy the full SHA
    b98c882 View commit details
  3. docs: sponsors + remove twitter

    francoismassart committed Jan 15, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    79c4c0e View commit details

Commits on Jan 17, 2025

  1. feat: issue #376

    francoismassart committed Jan 17, 2025
    Copy the full SHA
    e6133d7 View commit details
  2. docs: changelog

    francoismassart committed Jan 17, 2025
    Copy the full SHA
    84c1b57 View commit details
  3. 3.18.0

    francoismassart committed Jan 17, 2025
    Copy the full SHA
    be925ff View commit details
Showing with 65 additions and 13 deletions.
  1. +10 −7 README.md
  2. +30 −3 lib/rules/enforces-shorthand.js
  3. +2 −2 package-lock.json
  4. +1 −1 package.json
  5. +22 −0 tests/lib/rules/enforces-shorthand.js
Loading