UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

16 lines (15 loc) 449 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertNoOutputRename = void 0; const convertNoOutputRename = () => { return { rules: [ { ruleName: "@angular-eslint/no-output-rename", }, ], plugins: ["@angular-eslint/eslint-plugin"], }; }; exports.convertNoOutputRename = convertNoOutputRename; //# sourceMappingURL=no-output-rename.js.map