Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(eslint-plugin): added new rule unbound-method #204

Commits on Feb 3, 2019

  1. feat(eslint-plugin): added new rule no-unbound-method

    Adds the equivalent of TSLint's `no-unbound-method` rule.
    Josh Goldberg committed Feb 3, 2019
    Copy the full SHA
    dd263d4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master'

    Josh Goldberg committed Feb 3, 2019
    Copy the full SHA
    f9e2176 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Added missing reference to ROADMAP.md

    Josh Goldberg committed Feb 5, 2019
    Copy the full SHA
    f1f9159 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0990057 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. ignoreStatic: ["Thenable"] typo

    Josh Goldberg committed Feb 6, 2019
    Copy the full SHA
    c624d05 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Copy the full SHA
    30035e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Merge branch 'master'; converted to TypeScript

    Josh Goldberg committed Feb 18, 2019
    Copy the full SHA
    2ae06a3 View commit details
    Browse the repository at this point in the history
  2. Finished rename to unbound-method

    Josh Goldberg committed Feb 18, 2019
    Copy the full SHA
    dfd5935 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Removed unecessary docs; switched TS style casing

    Josh Goldberg committed Feb 23, 2019
    Copy the full SHA
    a3e5bc4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6082ff0 View commit details
    Browse the repository at this point in the history
  3. Formatted; converted test to .ts

    Josh Goldberg committed Feb 23, 2019
    Copy the full SHA
    b6f16ff View commit details
    Browse the repository at this point in the history
  4. Used computed property

    Josh Goldberg committed Feb 23, 2019
    Copy the full SHA
    b2fc0b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

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

Commits on Apr 3, 2019

  1. Merge branch 'master'

    Josh Goldberg committed Apr 3, 2019
    Copy the full SHA
    dcd2d45 View commit details
    Browse the repository at this point in the history