Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TslintOptions

Hierarchy

  • TslintOptions

Index

Properties

Optional configuration

configuration: RawConfigFile | string

Extend the default configuration This can either be path relative to root or a raw config object. If you pass a raw config object, its configFileDir will be root.

Optional files

files: string[]

The files to lint, relative to root

Optional formatter

formatter: "msbuild" | "verbose" | string

Optional tslint

tslint: any

Instance of tslint to use

Optional tslintJson

tslintJson: undefined | string

Path to the output tslint.json file, relative to root

Generated using TypeDoc