UNPKG

tslint-to-eslint-config

Version:

Converts your TSLint configuration to the closest reasonable ESLint equivalent.

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