Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: sarthakjdev <[email protected]>
  • Loading branch information
sarthakjdev committed May 29, 2024
1 parent 4ccadb6 commit 48fca50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
File renamed without changes.
4 changes: 1 addition & 3 deletions packages/create-wapi-app/src/create-bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ import {
import path from "node:path";
import process from "node:process";
import { URL } from "node:url";
import fastGlob from "fast-glob";
import { glob } from "fast-glob";
import chalk from "chalk";
import { installPackages } from "./reusable-function.js";
import { PackageManagerEnum } from "./type.js";

const glob = fastGlob.glob;

export async function createWhatsappBot(options: {
directory: string;
doInstallPackage: boolean;
Expand Down
2 changes: 1 addition & 1 deletion packages/create-wapi-app/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "@wapijs/typescript-config/node.base.json",
"include": ["src/", "*.ts", "./.eslintrc.js", "bin"],
"include": ["src/", "*.ts", ".eslintrc.cjs", "bin"],
"exclude": ["template/"],
"compilerOptions": {
"module": "NodeNext",
Expand Down

0 comments on commit 48fca50

Please sign in to comment.