@angular-eslint/schematics
Version:
Angular Schematics for angular-eslint
14 lines (12 loc) • 388 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
function default_1() {
return () => {
throw new Error('\n' +
`
Error: The \`convert-tslint-to-eslint\` schematic is no longer supported.
Please see https://github.com/angular-eslint/angular-eslint/blob/main/docs/MIGRATING_FROM_TSLINT.md
`.trim());
};
}