interface Deno.lint.RuleContext
unstable
Properties #
Helper methods for working with the raw source code.
Methods #
#report(data: ReportData): void
Report a lint error.
deprecated
#getFilename(): string
deprecated
#getSourceCode(): SourceCode
Helper methods for working with the raw source code.
#report(data: ReportData): void
Report a lint error.
#getFilename(): string
#getSourceCode(): SourceCode