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/eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 442da45
Choose a base ref
...
head repository: eslint/eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f354770
Choose a head ref
  • 19 commits
  • 29 files changed
  • 14 contributors

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    44de9d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0756128 View commit details
    Browse the repository at this point in the history
  3. Chore: use "file:" dependencies for internal rules/config (#11465)

    This updates the setup of our internal linting rules to use "file:" dependencies within the project, rather than the `eslint-plugin-rulesdir` package. If this works well, it could be a good alternative for packages like `eslint-plugin-rulesdir` and `eslint-plugin-self`.
    not-an-aardvark authored Mar 6, 2019
    Configuration menu
    Copy the full SHA
    f078f9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34a5382 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62fee4a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Sponsors: Sync README with website

    ESLint Jenkins committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    6693161 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

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

Commits on Mar 12, 2019

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

Commits on Mar 13, 2019

  1. Docs: Fix example in no-restricted-modules docs (#11454)

    This rule doesn't allow passing an array of paths like this.
    zpao authored and platinumazure committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    956e883 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06fa165 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Build: compile deps to ES5 when generating browser file (fixes #11504) (

    #11505)
    
    * Build: compile deps to ES5 when generating browser file (fixes #11504)
    
    * Don't compile lodash
    not-an-aardvark authored and aladdin-add committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    5fdb4d3 View commit details
    Browse the repository at this point in the history
  2. Docs: Add working groups to maintainer guide (#11400)

    * Docs; Add working groups to maintainer guide
    
    * Fix wording and URL
    
    * Update working groups docs
    nzakas authored and btmills committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    d6c1122 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f56dc6 View commit details
    Browse the repository at this point in the history
  4. Chore: improve crash reporting (fixes #11304) (#11463)

    Add line number to the output in the event of a rule crash
    Alex Zherdev authored and btmills committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    448e8da View commit details
    Browse the repository at this point in the history
  5. Fix: Empty glob pattern incorrectly expands to "/**" (#11476)

    * Fix: Empty glob pattern incorrectly expands to "/**"
    
    * Chore: Move empty pattern ignoring to listFilesToProcess
    
    It didn't work inside resolveFileGlobPatterns because that function
    needs to return an array of the same length as its input (15d77bd).
    bdchauvette authored and btmills committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    a5dae7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d2083f View commit details
    Browse the repository at this point in the history
  7. Fix: implicit-arrow-linebreak adds extra characters (fixes #11268) (#…

    …11407)
    
    * add failing test case
    
    * Add specified test case from issue
    
    * Remove calculation for white spaces from formatComments and addParentheses, add condition to check for arrow expressions with block statements
    
    * Fix linting errors, ensure npm test runs without fail
    
    * Change new test case to check for prepended comment, add unIndent function to tests for implicit arrow linebreak
    
    * Add optional token type to arrow body
    
    * Add failing test case
    
    * Remove null return from autofixBesides, refactor body setting lines to use .body
    
    * Fix linting errors
    
    * Fix linting error in unIndent rule in implicit arrow linebreak test
    
    * Add another test case where nested arrow function contains block statement
    
    * Add constraint for block statement in add parentheses
    antaerus authored and btmills committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    29dbca7 View commit details
    Browse the repository at this point in the history
  8. Build: changelog update for 5.15.2

    ESLint Jenkins committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    cada7a1 View commit details
    Browse the repository at this point in the history
  9. 5.15.2

    ESLint Jenkins committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    f354770 View commit details
    Browse the repository at this point in the history
Loading