1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | const lint_fix_1 = require("@schematics/angular/utility/lint-fix");
|
4 | function applyLintFix(path = '/') {
|
5 | return lint_fix_1.applyLintFix(path);
|
6 | }
|
7 | exports.applyLintFix = applyLintFix;
|
8 | //# sourceMappingURL=lint-fix.js.map |
\ | No newline at end of file |