UNPKG

schematics-utilities

Version:

🛠️ Useful exported utilities for working with Schematics

8 lines 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const lint_fix_1 = require("@schematics/angular/utility/lint-fix"); function applyLintFix(path = '/') { return lint_fix_1.applyLintFix(path); } exports.applyLintFix = applyLintFix; //# sourceMappingURL=lint-fix.js.map