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: Maximization/eslint-config-async
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.3
Choose a base ref
...
head repository: Maximization/eslint-config-async
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 26, 2024

  1. Update ESLint to v9, and typescript-eslint to v8

    * chore: bump peer dependency version
    
    * Update README.md
    
    * Upgrade to ESLint v9
    
    - Update supported Node.js versions to conform to ESLint v9
    - Replace eslint-config-node (unmaintaned) with eslint-config-n. Also move from peer dependency to dependency
    - Replace @typescript-eslint/parser & @typescript-eslint/eslint-plugin with typescript-eslint
    - Mark typescript as optional peer dependency
    - Merge index.js, node.js, and typescript.js into single file with named exports
    - Update Installation instructions for Non-TS and TS users
    - Add migration guide from v2 to v3
    - Add ESLint & Node.js version requirements, and direct ESLint v8 users to v2
    
    * Update package-lock.json
    
    ---------
    
    Co-authored-by: Maxim Orlov <maximorl@gmail.com>
    b3nk3 and Maximization authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5a975e4 View commit details
    Browse the repository at this point in the history
  2. 3.0.0

    Maximization committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    698ff9e View commit details
    Browse the repository at this point in the history
Loading