Options
All
  • Public
  • Public/Protected
  • All
Menu

adds noSecrets to eslint if neither eslint nor eslintNoSecrets are disabled

Hierarchy

  • Component
    • EslintNoSecrets

Index

Constructors

  • adds noSecrets to eslint if neither eslint nor eslintNoSecrets are disabled

    Parameters

    • project: TypeScriptProject

      the project to add to

    • Optional options: Dynamic<EslintNoSecretsOptions, TypeScriptProject>

      see EslintNoSecretsOptions

    Returns EslintNoSecrets

Properties

project: Project
defaultOptions: Dynamic<DeepRequired<EslintNoSecretsOptions>, TypeScriptProject> = ...
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
  • Synthesizes files to the project output directory.

    Returns void

Generated using TypeDoc