Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface describing how the outputted imports should be formatted.

Hierarchy

  • FormattingOptions

Index

Properties

bracketIndent?: number

The indent at the start and end of the named imports.

indent?: number

The indent if the import needs to use line break in order to fit.

maxColumns?: number

The max columns the output should not overlap.

quoteStyle?: "double" | "single"

The quote style to use for the import source.

Generated using TypeDoc