Options
All
  • Public
  • Public/Protected
  • All
Menu

Class for handling the config files. It parses the config and makes the options of them available. If the parsed config misses some options the defaults will be used.

Hierarchy

  • ConfigHandler

Implements

Index

Methods

  • findConfig(entryPoint: string): undefined | string
  • isSupportedConfigFile(configPath: string): boolean
  • Checks if a config path points to a supported config file name.

    Parameters

    • configPath: string

      Path to check for

    Returns boolean

Constructors

Properties

formatting: Required<FormattingOptions>

The formatting the config handler found.

require: Record<string, string>

A record of the require function names and their paths.

separateBy: string[]

The separate by function names.

sortImportElements: string[]

The import element compare function names.

sortImports: string[]

The import compare function names.

Generated using TypeDoc