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: eslint-community/eslint-plugin-eslint-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: eslint-community/eslint-plugin-eslint-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 17, 2020

  1. Fix: update require-meta-schema rule to allow object schemas (in ad…

    …dition to array schemas) (#90)
    
    Turns out that eslint supports both array and object schemas. eslint itself has a handful of rules that use objects schemas, although array schemas are much more common.
    
    https://eslint.org/docs/developer-guide/working-with-rules#options-schemas
    bmish authored and not-an-aardvark committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    e582cb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66aeb87 View commit details
    Browse the repository at this point in the history
Loading