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: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.2
Choose a base ref
...
head repository: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 10 commits
  • 36 files changed
  • 9 contributors

Commits on Mar 2, 2019

  1. docs(eslint-plugin): fix no-useless-constructor examples (#329)

    it should be the plugin rule name, than eslint core rule name.
    aladdin-add authored and j-f1 committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    00eae48 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. fix(eslint-plugin): [interface-name-prefix] correct error message in …

    …always mode (#333)
    
    interface-name-prefix currenlty provides 'Interface name must not be
    prefixed with "I".' but when in always mode it should give an error
    message that matches the intent, added 'Interface name must be prefixed
    with "I".' for when "always" is enabled
    JProgrammer authored and bradzacher committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    097262f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. deps(*): Update jest (#337)

    fixes #336
    gavinbarron authored and bradzacher committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    b66363a View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): fix false positives for adjacent-overload-signatu…

    …res regarding computed property names (#340)
    
    Currently, the name of a method definition or a class property is always assumed to be a literal or an identifier. However, this fails to account for computed property names.
    In those cases, we currently sometimes give the name for a method definition with a computed name as `undefined`, which as a result causes methods with differing computed property names to be marked as overloads of each other. In this PR, we slice the text of the computed property name out to handle these cases.
    uniqueiniquity authored and bradzacher committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    f6e5118 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. chore(*): add lib to tsconfig.base.json (#347)

    Fixes #343
    mohsen1 authored and bradzacher committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    18484a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. docs(eslint-plugin): rewrite member-ordering docs (#349)

    Part of the [PR to enforce an alphabetic order for members](#2639) is to rewrite the existing docs to better document the current behavior of `member-ordering`. As this touches almost any line in the rule documentation, I thought it makes sense to open a separate PR for that.
    
    In this PR, I've reworked the entire rule documentation to make it (hopefully) more clear how this rule works. The examples are mostly taken from the current rule documentation - some with little adaptations.
    Besides that, I've changed a few names and added some comments in the rule implementation to make it more understandable (basically the points I didn't understand immediately while trying to understand the current implementation to better describe the rule).
    timkraut authored and bradzacher committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    3b28cac View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

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

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    6ffaa0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a5146b View commit details
    Browse the repository at this point in the history
  3. chore: publish v1.5.0

    JamesHenry committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    c7db594 View commit details
    Browse the repository at this point in the history
Loading