Options
All
  • Public
  • Public/Protected
  • All
Menu

adds an .eslintignore file populated with the project's generated files

Hierarchy

  • Component
    • EslintIgnore

Index

Constructors

  • adds ignore to eslint if neither eslint nor eslintIgnore are disabled

    Parameters

    • project: Project

      the project to add to

    • Optional options: Dynamic<EslintIgnoreOptions, Project>

      see EslintIgnoreOptions

    Returns EslintIgnore

Properties

ignoreFile?: IgnoreFile
project: Project
defaultOptions: Dynamic<DeepRequired<EslintIgnoreOptions>, Project> = ...
defaultProjectOptions: Required<Pick<TypeScriptProjectOptions, "eslint">> = ...

Methods

  • postSynthesize(): void
  • Called after synthesis. Order is not guaranteed.

    Returns void

  • preSynthesize(): void
  • Called before synthesis.

    Returns void

  • synthesize(): void
  • adds the project's generated files to the .eslintignore file

    Returns void

Generated using TypeDoc