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: v5.12.1
Choose a base ref
...
head repository: eslint/eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.13.0
Choose a head ref
  • 13 commits
  • 32 files changed
  • 8 contributors

Commits on Jan 25, 2019

  1. Docs: Rename result -> foo (#11210)

    OmgImAlexis authored and nzakas committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    c464e27 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Chore: remove dead code for loading rules (#11334)

    The `lib/rules.js` file contains a code path that was previously needed to load core rules, but is no longer used as of aa56247.
    not-an-aardvark authored Jan 30, 2019
    Configuration menu
    Copy the full SHA
    36e3356 View commit details
    Browse the repository at this point in the history
  2. Chore: remove undocumented Linter#rules property (refs #9161) (#11335)

    This removes the undocumented `rules` property from `Linter` instances, as part of the effort to remove undocumented API surface from `Linter` (also see #9161). Config processing now exclusively uses `Linter`'s public API when defining rules. As a side-effect, the rule map utility in `lib/rules.js` no longer needs to access the filesystem, so we can remove the odd code generation logic from the browserify build.
    not-an-aardvark authored Jan 30, 2019
    Configuration menu
    Copy the full SHA
    c1fd6f5 View commit details
    Browse the repository at this point in the history
  3. Chore: avoid hard-coding the list of core rules in eslint:recommended (

    …#11336)
    
    This updates the `eslint:recommended` config to be generated dynamically rather than being hard-coded, to reduce the number of places that need to be kept up to date when core rules are added.
    not-an-aardvark authored Jan 30, 2019
    Configuration menu
    Copy the full SHA
    dccee63 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. New: Allow globals to be disabled/configured with strings (fixes #9940)…

    … (#11338)
    
    * New: Allow globals to be disabled/configured with strings (fixes #9940)
    
    As described in #9940, this allows globals in a config file to be specified with the strings `readable` and `writeable` rather than `false` and `true`, respectively. It also adds a new value, `off`, which turns off a previously-enabled global.
    
    * Update lib/linter.js
    
    Co-Authored-By: not-an-aardvark <[email protected]>
    
    * Update docs/user-guide/configuring.md
    
    Co-Authored-By: not-an-aardvark <[email protected]>
    
    * Add test for "writable"
    
    * Remove unnecessary map/destructuring
    
    * Adjust confusing variable name
    
    * Move note about legacy booleans down
    not-an-aardvark authored and btmills committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    0a3c3ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa2f370 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6567c4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b14ad1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9005e63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5143bf View commit details
    Browse the repository at this point in the history
  7. Chore: use local function to append "s" instead of a package (#11293)

    This matches the way other formatters handle pluralization, which
    seems simple enough to not require an additional package.
    Krinkle authored and btmills committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    91c8884 View commit details
    Browse the repository at this point in the history
  8. Build: changelog update for 5.13.0

    ESLint Jenkins committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    720dce1 View commit details
    Browse the repository at this point in the history
  9. 5.13.0

    ESLint Jenkins committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    4b267a5 View commit details
    Browse the repository at this point in the history
Loading