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: v2.13.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: v2.14.0
Choose a head ref
  • 7 commits
  • 100 files changed
  • 4 contributors

Commits on Dec 24, 2019

  1. feat: add internal eslint plugin for repo-specific lint rules (#1373)

    There's a few things I want to enforce internally.
    Save us from having to communicate these things in PR reviews.
    
    ensuring people don't do import ts from 'typescript' in packages.
    this breaks compat with users that don't use allowSyntheticDefaultImports
    ensuring people don't accidentally do import {} from '@typescript-eslint/typescript-estree' from the plugins, where the package isn't a dependency.
    this breaks encapsulation, and will cause problems if we move things around in future
    Adding this in now reduces the barrier to entry, meaning we can easily add rules to warn against patterns we see people do in the future.
    bradzacher authored Dec 24, 2019
    Configuration menu
    Copy the full SHA
    3a15413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f40639e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cba6a2a View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

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

Commits on Dec 28, 2019

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

Commits on Dec 29, 2019

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

Commits on Dec 30, 2019

  1. chore: publish v2.14.0

    JamesHenry committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    0596476 View commit details
    Browse the repository at this point in the history
Loading