ng-alain
Version:
Schematics specific to ng-alain
9 lines • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LINT_STAGED_CONFIG = exports.LINT_STAGED = void 0;
exports.LINT_STAGED = 'lint-staged';
exports.LINT_STAGED_CONFIG = {
'(src)/**/*.{html,ts}': ['eslint --fix'],
'(src)/**/*.less': ['npm run lint:style']
};
//# sourceMappingURL=code-style.js.map