Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
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: AtomLinter/linter-eslint-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.3
Choose a base ref
...
head repository: AtomLinter/linter-eslint-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 21 files changed
  • 6 contributors

Commits on Mar 15, 2022

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

Commits on Mar 16, 2022

  1. Merge pull request #12 from AtomLinter/update-description

    docs: update package description
    savetheclocktower authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    d97c17f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. fix: set cwd based on ESLint directory; fixes #13

    Co-authored-by: Andrew Dupont <[email protected]>
    brettz9 and savetheclocktower authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    ad79020 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    664b050 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    f160afa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41249f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

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

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    78cda66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf9212a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. fix: Clear cache properly when .eslintrc changes (#33)

    * fix: clear cache properly when .eslintrc changes
    
    * test: add unit test
    savetheclocktower authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    15e003c View commit details
    Browse the repository at this point in the history
  2. chore!: Make eslint@8 the minimum supported version for this package (#…

    …28)
    
    * chore!: make eslint@8 the minimum supported version for this package
    
    * fix: allow 'copyFileToDir' to fail fast
    
    * test: should prompt to install linter-eslint when opening an ESLint@7 project
    
    * docs: revert incorrect docs change
    
    Co-authored-by: Tony Brix <[email protected]>
    
    * chore(lint): remove unused variable
    
    ---------
    
    Co-authored-by: Tony Brix <[email protected]>
    Sebastian Good and UziTech authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    5aeb815 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. fix: don't suspend because of non-project files (#34)

    * fix: don't suspend because of non-project files
    
    * fix: forgot to un-focus this test
    savetheclocktower authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    08ac3b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. fix: don't prevent worker exit on unhandledException (#37)

    * fix: don't prevent worker exit on `unhandledException`
    
    Fixes #16.
    
    * feat: configurable debug logging
    
    Can be enabled for extra information when submitting bug reports.
    
    * chore: update URL
    
    atom.io URLs all redirect to the sunset message, so this might as well link to
    the Pulsar package repo.
    
    * chore: update README to install from GitHub
    
    …until we can publish to the Pulsar Package Repository.
    
    * fix: ensure worker is killed when disposing JobManager
    savetheclocktower authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    da7cee9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. ci: use pulsar in ci (#39)

    * ci: use pulsar in ci
    
    * chore: use ppm on windows
    
    * chore: only use one version of node per build
    
    * chore: install npm packages on windows
    
    * ci: hack to install deps on windows (#1)
    
    ---------
    
    Co-authored-by: Tony Brix <[email protected]>
    scagood and UziTech authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d6587c5 View commit details
    Browse the repository at this point in the history
Loading