Linter
Defined in: linter.ts:49
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Linter(
parser):Linter
Defined in: linter.ts:50
Parameters
Section titled “Parameters”parser
Section titled “parser”Returns
Section titled “Returns”Linter
Methods
Section titled “Methods”lint()
Section titled “lint()”lint(
text,config,options?):Promise<LintReport>
Defined in: linter.ts:52
Parameters
Section titled “Parameters”string
config
Section titled “config”options?
Section titled “options?”LintOptions = {}
Returns
Section titled “Returns”Promise<LintReport>