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

fix(eslint-plugin): [consistent-type-definitions] remove fixer when the interface is within a global module declaration #2739

Merged
merged 5 commits into from Nov 14, 2020
Merged

fix(eslint-plugin): [consistent-type-definitions] remove fixer when the interface is within a global module declaration #2739

merged 5 commits into from Nov 14, 2020

Commits on Nov 5, 2020

  1. fix(eslint-plugin): [consistent-type-definitions] ignore TSInterfaceD…

    …eclaration within TSModuleDeclaration (#2707)
    Daniil Dubrava committed Nov 5, 2020
    Copy the full SHA
    cbcc618 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. fix(eslint-plugin): [consistent-type-definitions] remove fixer when t…

    …he interface is within a global module declaration
    Daniil Dubrava committed Nov 8, 2020
    Copy the full SHA
    867868b View commit details
    Browse the repository at this point in the history
  2. refactor(eslint-plugun): [consistent-type-definitions] mention the is…

    …sue for removing the fixer
    Daniil Dubrava committed Nov 8, 2020
    Copy the full SHA
    6d10e05 View commit details
    Browse the repository at this point in the history
  3. test(eslint-plugin): [consistent-type-definitions] add cases when TSM…

    …oduleDeclaration without declare or global
    Daniil Dubrava committed Nov 8, 2020
    Copy the full SHA
    945b193 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. refactor(eslint-plugin): [consistent-type-definitions] replace lookin…

    …g at the grandparent by looking at all the ancestors
    Daniil Dubrava committed Nov 10, 2020
    Copy the full SHA
    4d14d68 View commit details
    Browse the repository at this point in the history