Skip to content

Commit

Permalink
chore: eslint in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslavirha committed Jan 6, 2024
1 parent b09671e commit aaa554b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/bin/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.config = void 0;
const chalk_1 = __importDefault(require("chalk"));
const fs_1 = __importDefault(require("fs"));
const chalk_1 = __importDefault(require("chalk"));
const json_merger_1 = require("json-merger");
const log_symbols_1 = __importDefault(require("log-symbols"));
const config = (sourceFile, targetFile, options) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/bin/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
Object.defineProperty(exports, "__esModule", { value: true });
exports.copy = void 0;
const fs_1 = __importDefault(require("fs"));
const glob_1 = require("glob");
const path_1 = __importDefault(require("path"));
const glob_1 = require("glob");
const copy = () => {
const viewsSource = path_1.default.join(__dirname, '../../tsed-common/src/views/');
const viewsTarget = path_1.default.join(process.cwd(), 'views');
Expand Down

0 comments on commit aaa554b

Please sign in to comment.