UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

15 lines 571 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertTemplateClickEventsHaveKeyEvents = void 0; const convertTemplateClickEventsHaveKeyEvents = () => { return { rules: [ { ruleName: "@angular-eslint/template/click-events-have-key-events", }, ], plugins: ["@angular-eslint/eslint-plugin-template"], }; }; exports.convertTemplateClickEventsHaveKeyEvents = convertTemplateClickEventsHaveKeyEvents; //# sourceMappingURL=template-click-events-have-key-events.js.map