UNPKG

eslint-plugin-roku

Version:

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

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