From 1de282bca4f5c4295285bdbb2a434b872f11bda4 Mon Sep 17 00:00:00 2001 From: Ganapathi Diddi Date: Thu, 2 May 2024 21:14:17 +0530 Subject: [PATCH] eslint-plugin-import --- samples/typescript_nodejs/00.empty-bot/package.json | 1 + samples/typescript_nodejs/01.console-echo/package.json | 1 + samples/typescript_nodejs/02.echo-bot/package.json | 1 + samples/typescript_nodejs/03.welcome-users/package.json | 1 + samples/typescript_nodejs/05.multi-turn-prompt/package.json | 1 + samples/typescript_nodejs/06.using-cards/package.json | 1 + samples/typescript_nodejs/13.core-bot/package.json | 1 + samples/typescript_nodejs/16.proactive-messages/package.json | 1 + 8 files changed, 8 insertions(+) diff --git a/samples/typescript_nodejs/00.empty-bot/package.json b/samples/typescript_nodejs/00.empty-bot/package.json index 27d6c568e9..1d350ba8cb 100644 --- a/samples/typescript_nodejs/00.empty-bot/package.json +++ b/samples/typescript_nodejs/00.empty-bot/package.json @@ -28,6 +28,7 @@ "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "eslint": "^8.57.0", + "eslint-plugin-import": "^2.29.1", "nodemon": "~2.0.4", "typescript": "~4.9.3" } diff --git a/samples/typescript_nodejs/01.console-echo/package.json b/samples/typescript_nodejs/01.console-echo/package.json index ed8466db66..8d7fb373f9 100644 --- a/samples/typescript_nodejs/01.console-echo/package.json +++ b/samples/typescript_nodejs/01.console-echo/package.json @@ -21,6 +21,7 @@ "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "eslint": "^8.57.0", + "eslint-plugin-import": "^2.29.1", "nodemon": "~1.19.4", "typescript": "~4.9.3" } diff --git a/samples/typescript_nodejs/02.echo-bot/package.json b/samples/typescript_nodejs/02.echo-bot/package.json index 70f182619a..e379d4802f 100644 --- a/samples/typescript_nodejs/02.echo-bot/package.json +++ b/samples/typescript_nodejs/02.echo-bot/package.json @@ -31,6 +31,7 @@ "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "eslint": "^8.57.0", + "eslint-plugin-import": "^2.29.1", "nodemon": "~2.0.4", "typescript": "~4.9.3" } diff --git a/samples/typescript_nodejs/03.welcome-users/package.json b/samples/typescript_nodejs/03.welcome-users/package.json index 3801213a67..868a221fc6 100644 --- a/samples/typescript_nodejs/03.welcome-users/package.json +++ b/samples/typescript_nodejs/03.welcome-users/package.json @@ -28,6 +28,7 @@ "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "eslint": "^8.57.0", + "eslint-plugin-import": "^2.29.1", "nodemon": "~1.19.4", "typescript": "~4.9.3" } diff --git a/samples/typescript_nodejs/05.multi-turn-prompt/package.json b/samples/typescript_nodejs/05.multi-turn-prompt/package.json index 2502ca45cb..890fc8b130 100644 --- a/samples/typescript_nodejs/05.multi-turn-prompt/package.json +++ b/samples/typescript_nodejs/05.multi-turn-prompt/package.json @@ -30,6 +30,7 @@ "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "eslint": "^8.57.0", + "eslint-plugin-import": "^2.29.1", "nodemon": "~1.19.4", "typescript": "~4.9.3" } diff --git a/samples/typescript_nodejs/06.using-cards/package.json b/samples/typescript_nodejs/06.using-cards/package.json index 09f637e527..e4e67a332b 100644 --- a/samples/typescript_nodejs/06.using-cards/package.json +++ b/samples/typescript_nodejs/06.using-cards/package.json @@ -30,6 +30,7 @@ "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "eslint": "^8.57.0", + "eslint-plugin-import": "^2.29.1", "nodemon": "~1.19.4", "typescript": "~4.9.3" } diff --git a/samples/typescript_nodejs/13.core-bot/package.json b/samples/typescript_nodejs/13.core-bot/package.json index 88683aa26c..a0276b3cb5 100644 --- a/samples/typescript_nodejs/13.core-bot/package.json +++ b/samples/typescript_nodejs/13.core-bot/package.json @@ -55,6 +55,7 @@ "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "eslint": "^8.57.0", + "eslint-plugin-import": "^2.29.1", "mocha": "^7.1.2", "nodemon": "~2.0.4", "nyc": "^15.0.1", diff --git a/samples/typescript_nodejs/16.proactive-messages/package.json b/samples/typescript_nodejs/16.proactive-messages/package.json index b0dd30f5b0..5508e7391d 100644 --- a/samples/typescript_nodejs/16.proactive-messages/package.json +++ b/samples/typescript_nodejs/16.proactive-messages/package.json @@ -30,6 +30,7 @@ "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "eslint": "^8.57.0", + "eslint-plugin-import": "^2.29.1", "nodemon": "~1.19.4", "typescript": "~4.9.3" }