UNPKG

@lint-todo/ember-template-lint-formatter-todo

Version:
14 lines (12 loc) 297 B
interface EmberTemplateLintOptions { hasResultData: true; workingDirectory: string; rule: string; } declare const _default: { new (options: EmberTemplateLintOptions): { options: EmberTemplateLintOptions; format(): string; }; }; export { _default as default };