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
base: b86d0c24b6fc3e941913469355ba77fccb8a47bc
Choose a base ref
...
head repository: eslint/eslintrc
compare: af96cc5494962c9d3961c0da0f97bfb3e8b81c59
Choose a head ref
  • 19 commits
  • 27 files changed
  • 8 contributors

Commits on Jan 15, 2021

  1. Update: Implement missing functionality from ESLint port (fixes #12) (#…

    …23)
    
    * Update: Implement eslint/eslint#13473 (fixes #12)
    
    * Fix lint errors
    nzakas committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    f1179c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5184490 View commit details
    Browse the repository at this point in the history
  3. Build: changelog update for 0.3.0

    ESLint Jenkins committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    b5b24e4 View commit details
    Browse the repository at this point in the history
  4. 0.3.0

    ESLint Jenkins committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    cccaad4 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    3ae2d77 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Chore: Replace usage of lodash with cache set (#29)

    As part of eslint/eslint#14098, remove
    the single usage of `lodash` in this repository with an inlined
    version of a cache set. As a result of this change, users of
    ESLint will no longer accidentally include a second copy of
    lodash in their `node_modules` tree.
    TimvdLippe committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    dac76c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. New: Implement DotCompat class (#20)

    * New: DotCompat class
    
    * More test and functionality
    
    * Dot compat cleanup
    
    * Add tests for extends
    
    * Finish up
    
    * Unignore fixture files
    
    * Update README.md
    
    Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
    
    * Update lib/dot-compat.js
    
    Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
    
    * Rename 'dot config' to 'flat config'
    
    * Allow functions in ignores array
    
    * Fix overrides behavior
    
    * Fix incorrect translation of language options
    
    * Throw errors when parser/plugin is missing
    
    * Combine ignore patterns
    
    * Fix linting errors
    
    * Fix typo
    
    * Fix failing test
    
    * Pass in pluginEnvironments to translateESLintRC()
    
    * Pass in pluginProcessors to translateESLintRC()
    
    * Code cleanup
    
    * Update README
    
    * fix errors
    
    * Cleanup package.json conflict
    
    * Finish tests
    
    * fix lint errors
    
    Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
    nzakas and btmills committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    d9a527b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Build: changelog update for 0.4.0

    ESLint Jenkins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    7ccd491 View commit details
    Browse the repository at this point in the history
  2. 0.4.0

    ESLint Jenkins committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    5ade86b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Chore: lint test files (#18)

    * Chore: lint test files
    
    * increase mocha timeout for copying fixtures
    
    * fix the timeout fix
    
    * upgrade dev dependencies
    
    * update eslint and eslint-plugin-jsdoc
    
    * fix new files
    mdjermanovic committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    0b2f80d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    d8ea601 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    7c43d77 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Build: add node v16 (#33)

    aladdin-add committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    62ea4bd View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Fix: Properly export module resolver (#34)

    * Fix: Properly export module resolver
    
    * fix: Export `resolve` function directly
    
    * Chore: Add tests
    
    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    
    * Export `ModuleResolver` instead
    
    Signed-off-by: Richie Bendall <richiebendall@gmail.com>
    
    * Use better test names
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    Richienb and mdjermanovic committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    aa38ef4 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Build: changelog update for 0.4.1

    ESLint Jenkins committed May 8, 2021
    Configuration menu
    Copy the full SHA
    0270c8b View commit details
    Browse the repository at this point in the history
  2. 0.4.1

    ESLint Jenkins committed May 8, 2021
    Configuration menu
    Copy the full SHA
    88569c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Upgrade: update globals to version 13.6 (#32)

    * Chore: update globals to version 13.6
    
    This matches the version required by eslint and allows for deduplication
    
    * Update package.json
    
    Co-authored-by: 薛定谔的猫 <weiran.zsd@outlook.com>
    realityking and aladdin-add committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    cc79a4d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Build: changelog update for 0.4.2

    ESLint Jenkins committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    8bf41b1 View commit details
    Browse the repository at this point in the history
  2. 0.4.2

    ESLint Jenkins committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    af96cc5 View commit details
    Browse the repository at this point in the history