UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

18 lines 597 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertTemplateNoNegatedAsync = void 0; const convertTemplateNoNegatedAsync = () => { return { rules: [ { ruleName: "@angular-eslint/template/eqeqeq", }, { ruleName: "@angular-eslint/template/no-negated-async", }, ], plugins: ["@angular-eslint/eslint-plugin-template"], }; }; exports.convertTemplateNoNegatedAsync = convertTemplateNoNegatedAsync; //# sourceMappingURL=template-no-negated-async.js.map