UNPKG

eslint-plugin-roku

Version:

The ESLint custom plugin with rules and parser for .brs files

8 lines (7 loc) 240 B
import { Rule } from 'eslint'; declare const meta: Rule.RuleMetaData; declare const create: (context: Rule.RuleContext) => { FunctionDeclaration: (node: any) => void; SubDeclaration: (node: any) => void; }; export { meta, create };