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: eslint/eslintrc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.4
Choose a base ref
...
head repository: eslint/eslintrc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 4 commits
  • 11 files changed
  • 3 contributors

Commits on Dec 26, 2023

  1. feat!: Set default schema: [], drop support for function-style rules (

    #139)
    
    * drop support for function-style rules
    
    * implement schema changes
    
    * add unit tests for ConfigValidator#getRuleOptionsSchema
    
    * add regression tests for ConfigValidator#validateRuleOptions
    
    * add tests for error code
    
    * update fixture rules to use object-style
    mdjermanovic authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    a6c240d View commit details
    Browse the repository at this point in the history
  2. feat!: Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#142)

    * feat!: Require Node.js `^18.18.0 || ^20.9.0 || >=21.1.0`
    
    * use lts for Verify Files
    mdjermanovic authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    737eb25 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. chore: upgrade github actions (#143)

    * Update ci.yml
    
    ---------
    
    Signed-off-by: 唯然 <weiran.zsd@outlook.com>
    aladdin-add authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    de34faf View commit details
    Browse the repository at this point in the history
  2. chore: release 3.0.0 (#141)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0b7b6a5 View commit details
    Browse the repository at this point in the history
Loading