Thanks to visit codestin.com
Credit goes to github.com

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: not-an-aardvark/eslint-plugin-self
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: not-an-aardvark/eslint-plugin-self
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 4, 2019

  1. Support redefining plugins, overrides and rules with a "/" in them (#2)

    * Handle cases where rule name contains a /
    
    Previously rule names like `myplugin/folder/rule` would get converted to
    `self/rule` - cutting off any folder structure
    
    * Handle cases where a config defined in a plugin enables the plugin
    
    * Handle rules that are defined in the overrides section
    
    * Shallow clone override rules
    BPScott authored and not-an-aardvark committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    428664e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7992f65 View commit details
    Browse the repository at this point in the history
Loading