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.11.0
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.12.0
Choose a head ref
  • 13 commits
  • 57 files changed
  • 9 contributors

Commits on Jun 24, 2019

  1. feat(eslint-plugin): added new rule prefer-readonly (#555)

    * feat(eslint-plugin): added new rule prefer-readonly
    
    Adds the equivalent of TSLint's `prefer-readonly` rule.
    
    * Added docs, auto-fixing
    
    * Updated docs; love the new build time checks!
    
    * Fixed linting errors (ha) and corrected internal source
    
    * PR feedback: non recommended; :exit; some test coverage
    
    * I guess tslintRuleName isn't allowed now?
    
    * Added back recommended as false
    
    * Removed :exit; fixed README.md table
    Josh Goldberg authored and bradzacher committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    76b89a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    606fc70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e325b72 View commit details
    Browse the repository at this point in the history
  3. fix(eslint-plugin): handle const; (#633)

    Fixes #441
    bradzacher authored Jun 28, 2019
    Configuration menu
    Copy the full SHA
    430d628 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b83ff5a View commit details
    Browse the repository at this point in the history
  5. docs(eslint-plugin): Expand docs for array-type (#634)

    I noticed the docs were pretty sparse. Simple, but not hugely helpful.
    I just expanded them with examples
    bradzacher authored Jun 28, 2019
    Configuration menu
    Copy the full SHA
    44b099d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44677b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

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

Commits on Jul 2, 2019

  1. feat(eslint-plugin): Add rule no-reference-import (#625)

    * feat(eslint-plugin): added no-reference-import rule
    
    * docs: added docs for no-reference-import
    
    * fix(eslint-plugin): collect references when visiting the program node
    
    * feat(eslint-plugin): updated rule to cover more reference directives
    
    * fix(eslint-plugin): deprecated rule and added coverage
    
    * Update README.md
    jessetrinity authored Jul 2, 2019
    4 Configuration menu
    Copy the full SHA
    af70a59 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Configuration menu
    Copy the full SHA
    6de19d3 View commit details
    Browse the repository at this point in the history
  2. feat(eslint-plugin): [explicit-function-return-type] add handling for…

    … usage as arguments (#680)
    bradzacher authored and JamesHenry committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    e0aeb18 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. chore(deps): bump lodash.template from 4.4.0 to 4.5.0 (#693)

    Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.4.0...4.5.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and bradzacher committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    b30e78d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. chore: publish v1.12.0

    JamesHenry committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    cd96c38 View commit details
    Browse the repository at this point in the history
Loading