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: azat-io/eslint-plugin-perfectionist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.0
Choose a base ref
...
head repository: azat-io/eslint-plugin-perfectionist
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.0
Choose a head ref
  • 7 commits
  • 113 files changed
  • 2 contributors

Commits on Dec 4, 2024

  1. chore: move to astro v5

    azat-io committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    550c6c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac1e7c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

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

    azat-io committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    e2bf4e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. feat: add custom sort type through custom alphabet

    * feat: adds alphabet generator
    
    * We will be using that class in tests as well.
    
    * feat: adds `custom` sort type
    
    * feat: adds custom sort validation
    
    * refactor: create function for each sort type
    
    * test: adds tests for all rules
    
    * The custom sort generated mimics `localeCompare()` for simplicity.
    * I have added a single test with the `custom` sort type for each rule. I don't think that adding as many tests as other types is necessary: the objective is not to test that the behavior of a custom sort works for all rules, but rather to check that the rule handles that sorting type.
    * Custom sorting behavior should be verified in `compare.ts`.
    
    * refactor: moves some util files to `utils` folder
    
    * docs: updates main pages
    
    * docs: updates rules
    
    * docs: improves style
    
    * docs: fixes invalid documentation
    
    * fix: fix invalid config creation
    
    * fix: fixes typings
    
    * refactor: [FEEDBACK] avoids using undefined
    
    Co-authored-by: Azat S. <to@azat.io>
    
    * refactor: [FEEDBACK] avoids using undefined
    
    Co-authored-by: Azat S. <to@azat.io>
    
    * refactor: [FEEDBACK] reduces comments length
    
    * docs: [FEEDBACK] fixes missing `Alphabet`
    
    * docs: [FEEDBACK] adds Astro section
    
    * feat: [FEEDBACK] adds `convertBooleanToSign` function
    
    * docs: added `Alphabet` documentation
    
    - Removed `removeUnicodePlane` function, which is likely not that useful for users.
    
    * build: [FEEDBACK] adds `eslint-plugin-perfectionist/alphabet` export
    
    * docs: [FEEDBACK] adds `eslint-plugin-perfectionist/alphabet` export
    
    * style: ESLint fix
    
    ---------
    
    Co-authored-by: Azat S. <to@azat.io>
    hugop95 and azat-io authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    ac7d709 View commit details
    Browse the repository at this point in the history
  2. chore: update dependencies

    azat-io committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    5b3df36 View commit details
    Browse the repository at this point in the history
  3. build: publish v4.3.0

    azat-io committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    648cf89 View commit details
    Browse the repository at this point in the history
Loading