UNPKG

eslint-plugin-roku

Version:

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

18 lines (17 loc) 462 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const meta = { docs: { category: 'Stylistic Issues', description: 'Check that `Function` with defined return type has RETURN statements', recommended: false, url: 'https://www.rokuroad.com/docs/rules/no-empty-function' }, messages: {}, schema: [] }; exports.meta = meta; const create = () => { return {}; }; exports.create = create;