Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LinterExtensionsImpl

Implements

Index

Constructors

constructor

Properties

Private acceptor

nodes

nodes: object

Type declaration

  • [name: string]: linterApi.LinterRule[]

Methods

error

errorOnProperty

  • errorOnProperty(w: BasicNode, property: string, message: string): void

process

registerRule

  • registerRule(nodeType: string, rule: linterApi.LinterRule): void

visit

warning

  • warning(w: BasicNode, message: string): void

warningOnProperty

  • warningOnProperty(w: BasicNode, property: string, message: string): void

Generated using TypeDoc