Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pbkit/core/linter/index.ts>LintConfig

Protobuf toolkit for modern web development
Go to Latest
interface LintConfig
import { type LintConfig } from "https://deno.land/x/pbkit@v0.0.66/core/linter/index.ts";

Properties

text: string
optional
parseResult: ParseResult
optional
filePath: string
rules: LintRule[]