From 6d3fd47ba65e7386a12f46645fe48358302f5e5c Mon Sep 17 00:00:00 2001 From: TheSparta <8343238+TheSpartaPT@users.noreply.github.com> Date: Sun, 19 May 2024 15:47:59 +0100 Subject: [PATCH] ensure every file has an empty new line before EOL --- TypeScript/10ScopesAndTypes/.eslintignore | 2 +- TypeScript/10ScopesAndTypes/.eslintrc.json | 2 +- .../10ScopesAndTypes/mod.code-workspace | 2 +- TypeScript/10ScopesAndTypes/src/MyMod.ts | 2 +- TypeScript/10ScopesAndTypes/src/Processing.ts | 2 +- TypeScript/10ScopesAndTypes/src/mod.ts | 2 +- TypeScript/10ScopesAndTypes/tsconfig.json | 2 +- .../11BundleLoadingSample/.eslintignore | 2 +- .../11BundleLoadingSample/.eslintrc.json | 2 +- TypeScript/11BundleLoadingSample/bundles.json | 2 +- .../11BundleLoadingSample/mod.code-workspace | 2 +- TypeScript/11BundleLoadingSample/src/mod.ts | 2 +- .../11BundleLoadingSample/tsconfig.json | 2 +- .../12ClassExtensionOverride/.eslintignore | 2 +- .../12ClassExtensionOverride/.eslintrc.json | 2 +- .../mod.code-workspace | 2 +- .../src/MyCustomLauncherCallbacks.ts | 3 +- .../12ClassExtensionOverride/src/mod.ts | 2 +- .../12ClassExtensionOverride/tsconfig.json | 2 +- TypeScript/13AddTrader/.eslintignore | 2 +- TypeScript/13AddTrader/.eslintrc.json | 2 +- TypeScript/13AddTrader/mod.code-workspace | 2 +- .../src/fluentTraderAssortCreator.ts | 2 +- TypeScript/13AddTrader/src/mod.ts | 2 +- TypeScript/13AddTrader/src/traderHelpers.ts | 2 +- TypeScript/13AddTrader/tsconfig.json | 2 +- TypeScript/14AfterDBLoadHook/.eslintignore | 2 +- TypeScript/14AfterDBLoadHook/.eslintrc.json | 2 +- .../14AfterDBLoadHook/mod.code-workspace | 2 +- TypeScript/14AfterDBLoadHook/src/mod.ts | 2 +- TypeScript/14AfterDBLoadHook/tsconfig.json | 2 +- .../15HttpListenerExample/.eslintignore | 2 +- .../15HttpListenerExample/.eslintrc.json | 2 +- .../15HttpListenerExample/mod.code-workspace | 2 +- .../src/Type2HttpListener.ts | 3 +- .../15HttpListenerExample/tsconfig.json | 2 +- TypeScript/16ImporterUtil/.eslintignore | 2 +- TypeScript/16ImporterUtil/.eslintrc.json | 2 +- TypeScript/16ImporterUtil/config/config.json | 2 +- .../16ImporterUtil/config/db/config.json | 2 +- .../config/db/moredb/config.json | 2 +- TypeScript/16ImporterUtil/mod.code-workspace | 2 +- TypeScript/16ImporterUtil/tsconfig.json | 2 +- .../.eslintignore | 2 +- .../.eslintrc.json | 2 +- .../config/config.json | 2 +- .../config/db/config.json | 2 +- .../config/db/moredb/config.json | 2 +- .../mod.code-workspace | 2 +- .../tsconfig.json | 2 +- .../.eslintignore | 2 +- .../.eslintrc.json | 2 +- .../config/config.json | 2 +- .../config/db/config.json | 2 +- .../config/db/moredb/config.json | 2 +- .../mod.code-workspace | 2 +- .../tsconfig.json | 2 +- TypeScript/18CustomItemService/.eslintignore | 2 +- TypeScript/18CustomItemService/.eslintrc.json | 2 +- .../18CustomItemService/mod.code-workspace | 2 +- TypeScript/18CustomItemService/src/mod.ts | 2 +- TypeScript/18CustomItemService/tsconfig.json | 2 +- .../19UseExternalLibraries/.eslintignore | 2 +- .../19UseExternalLibraries/.eslintrc.json | 2 +- .../19UseExternalLibraries/mod.code-workspace | 2 +- .../19UseExternalLibraries/pnpm-lock.yaml | 198 ------------------ TypeScript/19UseExternalLibraries/src/mod.ts | 4 +- .../19UseExternalLibraries/tsconfig.json | 2 +- TypeScript/1LogToConsole/.eslintignore | 2 +- TypeScript/1LogToConsole/.eslintrc.json | 2 +- TypeScript/1LogToConsole/mod.code-workspace | 2 +- TypeScript/1LogToConsole/src/mod.ts | 2 +- TypeScript/1LogToConsole/tsconfig.json | 2 +- TypeScript/20CustomChatBot/.eslintignore | 2 +- TypeScript/20CustomChatBot/.eslintrc.json | 2 +- TypeScript/20CustomChatBot/mod.code-workspace | 2 +- TypeScript/20CustomChatBot/src/mod.ts | 4 +- TypeScript/20CustomChatBot/tsconfig.json | 2 +- .../21CustomCommandoCommand/.eslintignore | 2 +- .../21CustomCommandoCommand/.eslintrc.json | 2 +- .../mod.code-workspace | 2 +- TypeScript/21CustomCommandoCommand/src/mod.ts | 4 +- .../21CustomCommandoCommand/tsconfig.json | 2 +- TypeScript/22CustomAkiCommand/.eslintignore | 2 +- TypeScript/22CustomAkiCommand/.eslintrc.json | 2 +- .../22CustomAkiCommand/mod.code-workspace | 2 +- TypeScript/22CustomAkiCommand/src/mod.ts | 4 +- TypeScript/22CustomAkiCommand/tsconfig.json | 2 +- .../23CustomAbstractChatBot/.eslintignore | 2 +- .../23CustomAbstractChatBot/.eslintrc.json | 2 +- .../mod.code-workspace | 2 +- TypeScript/23CustomAbstractChatBot/src/mod.ts | 4 +- .../23CustomAbstractChatBot/tsconfig.json | 2 +- TypeScript/24WebSocket/.eslintignore | 2 +- TypeScript/24WebSocket/.eslintrc.json | 2 +- TypeScript/24WebSocket/mod.code-workspace | 2 +- TypeScript/24WebSocket/src/mod.ts | 4 +- TypeScript/24WebSocket/tsconfig.json | 2 +- TypeScript/2EditDatabase/.eslintignore | 2 +- TypeScript/2EditDatabase/.eslintrc.json | 2 +- TypeScript/2EditDatabase/mod.code-workspace | 2 +- TypeScript/2EditDatabase/src/mod.ts | 2 +- TypeScript/2EditDatabase/tsconfig.json | 2 +- TypeScript/3GetSptConfigFile/.eslintignore | 2 +- TypeScript/3GetSptConfigFile/.eslintrc.json | 2 +- .../3GetSptConfigFile/mod.code-workspace | 2 +- TypeScript/3GetSptConfigFile/src/mod.ts | 2 +- TypeScript/3GetSptConfigFile/tsconfig.json | 2 +- .../.eslintignore | 2 +- .../.eslintrc.json | 2 +- .../config/config.json5 | 2 +- .../config/config.jsonc | 2 +- .../mod.code-workspace | 2 +- .../src/mod.ts | 2 +- .../tsconfig.json | 2 +- .../4UseACustomConfigFile/.eslintignore | 2 +- .../4UseACustomConfigFile/.eslintrc.json | 2 +- .../4UseACustomConfigFile/config/config.json | 2 +- .../4UseACustomConfigFile/mod.code-workspace | 2 +- TypeScript/4UseACustomConfigFile/src/mod.ts | 2 +- .../4UseACustomConfigFile/tsconfig.json | 2 +- TypeScript/5ReplaceMethod/.eslintignore | 2 +- TypeScript/5ReplaceMethod/.eslintrc.json | 2 +- TypeScript/5ReplaceMethod/mod.code-workspace | 2 +- TypeScript/5ReplaceMethod/src/mod.ts | 2 +- TypeScript/5ReplaceMethod/tsconfig.json | 2 +- .../6ReferenceAnotherClass/.eslintignore | 2 +- .../6ReferenceAnotherClass/.eslintrc.json | 2 +- .../6ReferenceAnotherClass/mod.code-workspace | 2 +- .../6ReferenceAnotherClass/src/MoreCode.ts | 2 +- TypeScript/6ReferenceAnotherClass/src/mod.ts | 2 +- .../6ReferenceAnotherClass/tsconfig.json | 2 +- TypeScript/7OnLoadHook/.eslintignore | 2 +- TypeScript/7OnLoadHook/.eslintrc.json | 2 +- TypeScript/7OnLoadHook/mod.code-workspace | 2 +- TypeScript/7OnLoadHook/src/mod.ts | 3 +- TypeScript/7OnLoadHook/tsconfig.json | 2 +- TypeScript/8OnUpdateHook/.eslintignore | 2 +- TypeScript/8OnUpdateHook/.eslintrc.json | 2 +- TypeScript/8OnUpdateHook/mod.code-workspace | 2 +- TypeScript/8OnUpdateHook/src/mod.ts | 3 +- TypeScript/8OnUpdateHook/tsconfig.json | 2 +- TypeScript/9RouterHooks/.eslintignore | 2 +- TypeScript/9RouterHooks/.eslintrc.json | 2 +- TypeScript/9RouterHooks/mod.code-workspace | 2 +- TypeScript/9RouterHooks/src/mod.ts | 3 +- TypeScript/9RouterHooks/tsconfig.json | 2 +- 147 files changed, 149 insertions(+), 358 deletions(-) delete mode 100644 TypeScript/19UseExternalLibraries/pnpm-lock.yaml diff --git a/TypeScript/10ScopesAndTypes/.eslintignore b/TypeScript/10ScopesAndTypes/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/10ScopesAndTypes/.eslintignore +++ b/TypeScript/10ScopesAndTypes/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/10ScopesAndTypes/.eslintrc.json b/TypeScript/10ScopesAndTypes/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/10ScopesAndTypes/.eslintrc.json +++ b/TypeScript/10ScopesAndTypes/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/10ScopesAndTypes/mod.code-workspace b/TypeScript/10ScopesAndTypes/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/10ScopesAndTypes/mod.code-workspace +++ b/TypeScript/10ScopesAndTypes/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/10ScopesAndTypes/src/MyMod.ts b/TypeScript/10ScopesAndTypes/src/MyMod.ts index 1016d9d..30da7a6 100644 --- a/TypeScript/10ScopesAndTypes/src/MyMod.ts +++ b/TypeScript/10ScopesAndTypes/src/MyMod.ts @@ -22,4 +22,4 @@ export class MyMod this.calls++; } -} \ No newline at end of file +} diff --git a/TypeScript/10ScopesAndTypes/src/Processing.ts b/TypeScript/10ScopesAndTypes/src/Processing.ts index 9fa3fea..183ed92 100644 --- a/TypeScript/10ScopesAndTypes/src/Processing.ts +++ b/TypeScript/10ScopesAndTypes/src/Processing.ts @@ -18,4 +18,4 @@ export class Processing this.logger.info(`Process was triggered, since this is a singleton the calls value is always 0: ${this.calls}`); } -} \ No newline at end of file +} diff --git a/TypeScript/10ScopesAndTypes/src/mod.ts b/TypeScript/10ScopesAndTypes/src/mod.ts index 1b2663e..768c68e 100644 --- a/TypeScript/10ScopesAndTypes/src/mod.ts +++ b/TypeScript/10ScopesAndTypes/src/mod.ts @@ -29,4 +29,4 @@ class Mod implements IPreAkiLoadMod, IPostAkiLoadMod } } -module.exports = { mod: new Mod() } \ No newline at end of file +module.exports = { mod: new Mod() } diff --git a/TypeScript/10ScopesAndTypes/tsconfig.json b/TypeScript/10ScopesAndTypes/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/10ScopesAndTypes/tsconfig.json +++ b/TypeScript/10ScopesAndTypes/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/11BundleLoadingSample/.eslintignore b/TypeScript/11BundleLoadingSample/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/11BundleLoadingSample/.eslintignore +++ b/TypeScript/11BundleLoadingSample/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/11BundleLoadingSample/.eslintrc.json b/TypeScript/11BundleLoadingSample/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/11BundleLoadingSample/.eslintrc.json +++ b/TypeScript/11BundleLoadingSample/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/11BundleLoadingSample/bundles.json b/TypeScript/11BundleLoadingSample/bundles.json index 7b32964..dc29c92 100644 --- a/TypeScript/11BundleLoadingSample/bundles.json +++ b/TypeScript/11BundleLoadingSample/bundles.json @@ -5,4 +5,4 @@ "dependencyKeys": [] } ] -} \ No newline at end of file +} diff --git a/TypeScript/11BundleLoadingSample/mod.code-workspace b/TypeScript/11BundleLoadingSample/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/11BundleLoadingSample/mod.code-workspace +++ b/TypeScript/11BundleLoadingSample/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/11BundleLoadingSample/src/mod.ts b/TypeScript/11BundleLoadingSample/src/mod.ts index 25c5fa9..aaca26b 100644 --- a/TypeScript/11BundleLoadingSample/src/mod.ts +++ b/TypeScript/11BundleLoadingSample/src/mod.ts @@ -13,4 +13,4 @@ class Mod implements IPostAkiLoadMod } } -module.exports = { mod: new Mod() } \ No newline at end of file +module.exports = { mod: new Mod() } diff --git a/TypeScript/11BundleLoadingSample/tsconfig.json b/TypeScript/11BundleLoadingSample/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/11BundleLoadingSample/tsconfig.json +++ b/TypeScript/11BundleLoadingSample/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/12ClassExtensionOverride/.eslintignore b/TypeScript/12ClassExtensionOverride/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/12ClassExtensionOverride/.eslintignore +++ b/TypeScript/12ClassExtensionOverride/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/12ClassExtensionOverride/.eslintrc.json b/TypeScript/12ClassExtensionOverride/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/12ClassExtensionOverride/.eslintrc.json +++ b/TypeScript/12ClassExtensionOverride/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/12ClassExtensionOverride/mod.code-workspace b/TypeScript/12ClassExtensionOverride/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/12ClassExtensionOverride/mod.code-workspace +++ b/TypeScript/12ClassExtensionOverride/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/12ClassExtensionOverride/src/MyCustomLauncherCallbacks.ts b/TypeScript/12ClassExtensionOverride/src/MyCustomLauncherCallbacks.ts index 355242b..3466676 100644 --- a/TypeScript/12ClassExtensionOverride/src/MyCustomLauncherCallbacks.ts +++ b/TypeScript/12ClassExtensionOverride/src/MyCustomLauncherCallbacks.ts @@ -39,5 +39,4 @@ export class MyCustomLauncherCallbacks extends LauncherCallbacks // <<<<=== This this.logger.success("Our custom method is dancing baby!"); return "Lets dance"; } - -} \ No newline at end of file +} diff --git a/TypeScript/12ClassExtensionOverride/src/mod.ts b/TypeScript/12ClassExtensionOverride/src/mod.ts index 01f78d4..139dae7 100644 --- a/TypeScript/12ClassExtensionOverride/src/mod.ts +++ b/TypeScript/12ClassExtensionOverride/src/mod.ts @@ -29,4 +29,4 @@ class Mod implements IPreAkiLoadMod } } -module.exports = { mod: new Mod() } \ No newline at end of file +module.exports = { mod: new Mod() } diff --git a/TypeScript/12ClassExtensionOverride/tsconfig.json b/TypeScript/12ClassExtensionOverride/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/12ClassExtensionOverride/tsconfig.json +++ b/TypeScript/12ClassExtensionOverride/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/13AddTrader/.eslintignore b/TypeScript/13AddTrader/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/13AddTrader/.eslintignore +++ b/TypeScript/13AddTrader/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/13AddTrader/.eslintrc.json b/TypeScript/13AddTrader/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/13AddTrader/.eslintrc.json +++ b/TypeScript/13AddTrader/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/13AddTrader/mod.code-workspace b/TypeScript/13AddTrader/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/13AddTrader/mod.code-workspace +++ b/TypeScript/13AddTrader/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/13AddTrader/src/fluentTraderAssortCreator.ts b/TypeScript/13AddTrader/src/fluentTraderAssortCreator.ts index 07e8155..df47919 100644 --- a/TypeScript/13AddTrader/src/fluentTraderAssortCreator.ts +++ b/TypeScript/13AddTrader/src/fluentTraderAssortCreator.ts @@ -172,4 +172,4 @@ export class FluentAssortConstructor return this; } -} \ No newline at end of file +} diff --git a/TypeScript/13AddTrader/src/mod.ts b/TypeScript/13AddTrader/src/mod.ts index 216e359..cf04d75 100644 --- a/TypeScript/13AddTrader/src/mod.ts +++ b/TypeScript/13AddTrader/src/mod.ts @@ -128,4 +128,4 @@ class SampleTrader implements IPreAkiLoadMod, IPostDBLoadMod } } -module.exports = { mod: new SampleTrader() } \ No newline at end of file +module.exports = { mod: new SampleTrader() } diff --git a/TypeScript/13AddTrader/src/traderHelpers.ts b/TypeScript/13AddTrader/src/traderHelpers.ts index eacbffd..d4aff03 100644 --- a/TypeScript/13AddTrader/src/traderHelpers.ts +++ b/TypeScript/13AddTrader/src/traderHelpers.ts @@ -180,4 +180,4 @@ export class TraderHelper locale[`${baseJson._id} Description`] = description; } } -} \ No newline at end of file +} diff --git a/TypeScript/13AddTrader/tsconfig.json b/TypeScript/13AddTrader/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/13AddTrader/tsconfig.json +++ b/TypeScript/13AddTrader/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/14AfterDBLoadHook/.eslintignore b/TypeScript/14AfterDBLoadHook/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/14AfterDBLoadHook/.eslintignore +++ b/TypeScript/14AfterDBLoadHook/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/14AfterDBLoadHook/.eslintrc.json b/TypeScript/14AfterDBLoadHook/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/14AfterDBLoadHook/.eslintrc.json +++ b/TypeScript/14AfterDBLoadHook/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/14AfterDBLoadHook/mod.code-workspace b/TypeScript/14AfterDBLoadHook/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/14AfterDBLoadHook/mod.code-workspace +++ b/TypeScript/14AfterDBLoadHook/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/14AfterDBLoadHook/src/mod.ts b/TypeScript/14AfterDBLoadHook/src/mod.ts index 3427014..e894eae 100644 --- a/TypeScript/14AfterDBLoadHook/src/mod.ts +++ b/TypeScript/14AfterDBLoadHook/src/mod.ts @@ -47,4 +47,4 @@ class Mod implements IPreAkiLoadMod, IPostAkiLoadMod, IPostDBLoadMod } } -module.exports = { mod: new Mod() } \ No newline at end of file +module.exports = { mod: new Mod() } diff --git a/TypeScript/14AfterDBLoadHook/tsconfig.json b/TypeScript/14AfterDBLoadHook/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/14AfterDBLoadHook/tsconfig.json +++ b/TypeScript/14AfterDBLoadHook/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/15HttpListenerExample/.eslintignore b/TypeScript/15HttpListenerExample/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/15HttpListenerExample/.eslintignore +++ b/TypeScript/15HttpListenerExample/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/15HttpListenerExample/.eslintrc.json b/TypeScript/15HttpListenerExample/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/15HttpListenerExample/.eslintrc.json +++ b/TypeScript/15HttpListenerExample/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/15HttpListenerExample/mod.code-workspace b/TypeScript/15HttpListenerExample/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/15HttpListenerExample/mod.code-workspace +++ b/TypeScript/15HttpListenerExample/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/15HttpListenerExample/src/Type2HttpListener.ts b/TypeScript/15HttpListenerExample/src/Type2HttpListener.ts index 12b4f7e..b9c5dc2 100644 --- a/TypeScript/15HttpListenerExample/src/Type2HttpListener.ts +++ b/TypeScript/15HttpListenerExample/src/Type2HttpListener.ts @@ -12,5 +12,4 @@ export class Type2HttpListener implements IHttpListener resp.writeHead(200, "OK"); resp.end("[2] This is the second example of a mod hooking into the HttpServer"); } - -} \ No newline at end of file +} diff --git a/TypeScript/15HttpListenerExample/tsconfig.json b/TypeScript/15HttpListenerExample/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/15HttpListenerExample/tsconfig.json +++ b/TypeScript/15HttpListenerExample/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/16ImporterUtil/.eslintignore b/TypeScript/16ImporterUtil/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/16ImporterUtil/.eslintignore +++ b/TypeScript/16ImporterUtil/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/16ImporterUtil/.eslintrc.json b/TypeScript/16ImporterUtil/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/16ImporterUtil/.eslintrc.json +++ b/TypeScript/16ImporterUtil/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/16ImporterUtil/config/config.json b/TypeScript/16ImporterUtil/config/config.json index 2cc3a9f..14b4552 100644 --- a/TypeScript/16ImporterUtil/config/config.json +++ b/TypeScript/16ImporterUtil/config/config.json @@ -1,3 +1,3 @@ { "myProperty": "wow" -} \ No newline at end of file +} diff --git a/TypeScript/16ImporterUtil/config/db/config.json b/TypeScript/16ImporterUtil/config/db/config.json index 9fc7661..4ace981 100644 --- a/TypeScript/16ImporterUtil/config/db/config.json +++ b/TypeScript/16ImporterUtil/config/db/config.json @@ -1,3 +1,3 @@ { "myProperty": "wow inside db" -} \ No newline at end of file +} diff --git a/TypeScript/16ImporterUtil/config/db/moredb/config.json b/TypeScript/16ImporterUtil/config/db/moredb/config.json index 9a6d9e3..f2d8c7a 100644 --- a/TypeScript/16ImporterUtil/config/db/moredb/config.json +++ b/TypeScript/16ImporterUtil/config/db/moredb/config.json @@ -1,3 +1,3 @@ { "myProperty": "wow inside db inside moredb" -} \ No newline at end of file +} diff --git a/TypeScript/16ImporterUtil/mod.code-workspace b/TypeScript/16ImporterUtil/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/16ImporterUtil/mod.code-workspace +++ b/TypeScript/16ImporterUtil/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/16ImporterUtil/tsconfig.json b/TypeScript/16ImporterUtil/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/16ImporterUtil/tsconfig.json +++ b/TypeScript/16ImporterUtil/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/17AsyncImporterWithDependency1/.eslintignore b/TypeScript/17AsyncImporterWithDependency1/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/17AsyncImporterWithDependency1/.eslintignore +++ b/TypeScript/17AsyncImporterWithDependency1/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/17AsyncImporterWithDependency1/.eslintrc.json b/TypeScript/17AsyncImporterWithDependency1/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/17AsyncImporterWithDependency1/.eslintrc.json +++ b/TypeScript/17AsyncImporterWithDependency1/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/17AsyncImporterWithDependency1/config/config.json b/TypeScript/17AsyncImporterWithDependency1/config/config.json index 2cc3a9f..14b4552 100644 --- a/TypeScript/17AsyncImporterWithDependency1/config/config.json +++ b/TypeScript/17AsyncImporterWithDependency1/config/config.json @@ -1,3 +1,3 @@ { "myProperty": "wow" -} \ No newline at end of file +} diff --git a/TypeScript/17AsyncImporterWithDependency1/config/db/config.json b/TypeScript/17AsyncImporterWithDependency1/config/db/config.json index 9fc7661..4ace981 100644 --- a/TypeScript/17AsyncImporterWithDependency1/config/db/config.json +++ b/TypeScript/17AsyncImporterWithDependency1/config/db/config.json @@ -1,3 +1,3 @@ { "myProperty": "wow inside db" -} \ No newline at end of file +} diff --git a/TypeScript/17AsyncImporterWithDependency1/config/db/moredb/config.json b/TypeScript/17AsyncImporterWithDependency1/config/db/moredb/config.json index 9a6d9e3..f2d8c7a 100644 --- a/TypeScript/17AsyncImporterWithDependency1/config/db/moredb/config.json +++ b/TypeScript/17AsyncImporterWithDependency1/config/db/moredb/config.json @@ -1,3 +1,3 @@ { "myProperty": "wow inside db inside moredb" -} \ No newline at end of file +} diff --git a/TypeScript/17AsyncImporterWithDependency1/mod.code-workspace b/TypeScript/17AsyncImporterWithDependency1/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/17AsyncImporterWithDependency1/mod.code-workspace +++ b/TypeScript/17AsyncImporterWithDependency1/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/17AsyncImporterWithDependency1/tsconfig.json b/TypeScript/17AsyncImporterWithDependency1/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/17AsyncImporterWithDependency1/tsconfig.json +++ b/TypeScript/17AsyncImporterWithDependency1/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/17AsyncImporterWithDependency2/.eslintignore b/TypeScript/17AsyncImporterWithDependency2/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/17AsyncImporterWithDependency2/.eslintignore +++ b/TypeScript/17AsyncImporterWithDependency2/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/17AsyncImporterWithDependency2/.eslintrc.json b/TypeScript/17AsyncImporterWithDependency2/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/17AsyncImporterWithDependency2/.eslintrc.json +++ b/TypeScript/17AsyncImporterWithDependency2/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/17AsyncImporterWithDependency2/config/config.json b/TypeScript/17AsyncImporterWithDependency2/config/config.json index 2cc3a9f..14b4552 100644 --- a/TypeScript/17AsyncImporterWithDependency2/config/config.json +++ b/TypeScript/17AsyncImporterWithDependency2/config/config.json @@ -1,3 +1,3 @@ { "myProperty": "wow" -} \ No newline at end of file +} diff --git a/TypeScript/17AsyncImporterWithDependency2/config/db/config.json b/TypeScript/17AsyncImporterWithDependency2/config/db/config.json index 9fc7661..4ace981 100644 --- a/TypeScript/17AsyncImporterWithDependency2/config/db/config.json +++ b/TypeScript/17AsyncImporterWithDependency2/config/db/config.json @@ -1,3 +1,3 @@ { "myProperty": "wow inside db" -} \ No newline at end of file +} diff --git a/TypeScript/17AsyncImporterWithDependency2/config/db/moredb/config.json b/TypeScript/17AsyncImporterWithDependency2/config/db/moredb/config.json index 9a6d9e3..f2d8c7a 100644 --- a/TypeScript/17AsyncImporterWithDependency2/config/db/moredb/config.json +++ b/TypeScript/17AsyncImporterWithDependency2/config/db/moredb/config.json @@ -1,3 +1,3 @@ { "myProperty": "wow inside db inside moredb" -} \ No newline at end of file +} diff --git a/TypeScript/17AsyncImporterWithDependency2/mod.code-workspace b/TypeScript/17AsyncImporterWithDependency2/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/17AsyncImporterWithDependency2/mod.code-workspace +++ b/TypeScript/17AsyncImporterWithDependency2/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/17AsyncImporterWithDependency2/tsconfig.json b/TypeScript/17AsyncImporterWithDependency2/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/17AsyncImporterWithDependency2/tsconfig.json +++ b/TypeScript/17AsyncImporterWithDependency2/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/18CustomItemService/.eslintignore b/TypeScript/18CustomItemService/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/18CustomItemService/.eslintignore +++ b/TypeScript/18CustomItemService/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/18CustomItemService/.eslintrc.json b/TypeScript/18CustomItemService/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/18CustomItemService/.eslintrc.json +++ b/TypeScript/18CustomItemService/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/18CustomItemService/mod.code-workspace b/TypeScript/18CustomItemService/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/18CustomItemService/mod.code-workspace +++ b/TypeScript/18CustomItemService/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/18CustomItemService/src/mod.ts b/TypeScript/18CustomItemService/src/mod.ts index b9493d0..e4f77dc 100644 --- a/TypeScript/18CustomItemService/src/mod.ts +++ b/TypeScript/18CustomItemService/src/mod.ts @@ -77,4 +77,4 @@ class Mod implements IPostDBLoadMod, IPostAkiLoadMod } } -module.exports = { mod: new Mod() } \ No newline at end of file +module.exports = { mod: new Mod() } diff --git a/TypeScript/18CustomItemService/tsconfig.json b/TypeScript/18CustomItemService/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/18CustomItemService/tsconfig.json +++ b/TypeScript/18CustomItemService/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/19UseExternalLibraries/.eslintignore b/TypeScript/19UseExternalLibraries/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/19UseExternalLibraries/.eslintignore +++ b/TypeScript/19UseExternalLibraries/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/19UseExternalLibraries/.eslintrc.json b/TypeScript/19UseExternalLibraries/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/19UseExternalLibraries/.eslintrc.json +++ b/TypeScript/19UseExternalLibraries/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/19UseExternalLibraries/mod.code-workspace b/TypeScript/19UseExternalLibraries/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/19UseExternalLibraries/mod.code-workspace +++ b/TypeScript/19UseExternalLibraries/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/19UseExternalLibraries/pnpm-lock.yaml b/TypeScript/19UseExternalLibraries/pnpm-lock.yaml deleted file mode 100644 index b21be0a..0000000 --- a/TypeScript/19UseExternalLibraries/pnpm-lock.yaml +++ /dev/null @@ -1,198 +0,0 @@ -lockfileVersion: '6.0' - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - -dependencies: - ora-classic: - specifier: 5.4.2 - version: 5.4.2 - -packages: - - /ansi-regex@5.0.1: - resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} - engines: {node: '>=8'} - dev: false - - /ansi-styles@4.3.0: - resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} - engines: {node: '>=8'} - dependencies: - color-convert: 2.0.1 - dev: false - - /base64-js@1.5.1: - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - dev: false - - /bl@4.1.0: - resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} - dependencies: - buffer: 5.7.1 - inherits: 2.0.4 - readable-stream: 3.6.2 - dev: false - - /buffer@5.7.1: - resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} - dependencies: - base64-js: 1.5.1 - ieee754: 1.2.1 - dev: false - - /chalk@4.1.2: - resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} - engines: {node: '>=10'} - dependencies: - ansi-styles: 4.3.0 - supports-color: 7.2.0 - dev: false - - /cli-cursor@3.1.0: - resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} - engines: {node: '>=8'} - dependencies: - restore-cursor: 3.1.0 - dev: false - - /cli-spinners@2.9.1: - resolution: {integrity: sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==} - engines: {node: '>=6'} - dev: false - - /clone@1.0.4: - resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} - engines: {node: '>=0.8'} - dev: false - - /color-convert@2.0.1: - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} - engines: {node: '>=7.0.0'} - dependencies: - color-name: 1.1.4 - dev: false - - /color-name@1.1.4: - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - dev: false - - /defaults@1.0.4: - resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} - dependencies: - clone: 1.0.4 - dev: false - - /has-flag@4.0.0: - resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} - engines: {node: '>=8'} - dev: false - - /ieee754@1.2.1: - resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - dev: false - - /inherits@2.0.4: - resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - dev: false - - /is-interactive@1.0.0: - resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} - engines: {node: '>=8'} - dev: false - - /is-unicode-supported@0.1.0: - resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} - engines: {node: '>=10'} - dev: false - - /log-symbols@4.1.0: - resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} - engines: {node: '>=10'} - dependencies: - chalk: 4.1.2 - is-unicode-supported: 0.1.0 - dev: false - - /mimic-fn@2.1.0: - resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} - engines: {node: '>=6'} - dev: false - - /onetime@5.1.2: - resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} - engines: {node: '>=6'} - dependencies: - mimic-fn: 2.1.0 - dev: false - - /ora-classic@5.4.2: - resolution: {integrity: sha512-/xX8D5AMHB+LnvEJHOglmq6pXwm65CQ/gqPrIjIN5GJ1Bl9KC9fSmgzR/FwjrtalDj/WVxukAVuH8GP00Zpiaw==} - engines: {node: '>=10'} - dependencies: - bl: 4.1.0 - chalk: 4.1.2 - cli-cursor: 3.1.0 - cli-spinners: 2.9.1 - is-interactive: 1.0.0 - is-unicode-supported: 0.1.0 - log-symbols: 4.1.0 - strip-ansi: 6.0.1 - wcwidth: 1.0.1 - dev: false - - /readable-stream@3.6.2: - resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} - engines: {node: '>= 6'} - dependencies: - inherits: 2.0.4 - string_decoder: 1.3.0 - util-deprecate: 1.0.2 - dev: false - - /restore-cursor@3.1.0: - resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} - engines: {node: '>=8'} - dependencies: - onetime: 5.1.2 - signal-exit: 3.0.7 - dev: false - - /safe-buffer@5.2.1: - resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} - dev: false - - /signal-exit@3.0.7: - resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} - dev: false - - /string_decoder@1.3.0: - resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} - dependencies: - safe-buffer: 5.2.1 - dev: false - - /strip-ansi@6.0.1: - resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} - engines: {node: '>=8'} - dependencies: - ansi-regex: 5.0.1 - dev: false - - /supports-color@7.2.0: - resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} - engines: {node: '>=8'} - dependencies: - has-flag: 4.0.0 - dev: false - - /util-deprecate@1.0.2: - resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - dev: false - - /wcwidth@1.0.1: - resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} - dependencies: - defaults: 1.0.4 - dev: false diff --git a/TypeScript/19UseExternalLibraries/src/mod.ts b/TypeScript/19UseExternalLibraries/src/mod.ts index 48d6f18..c6a4699 100644 --- a/TypeScript/19UseExternalLibraries/src/mod.ts +++ b/TypeScript/19UseExternalLibraries/src/mod.ts @@ -38,6 +38,4 @@ class Mod implements IPreAkiLoadMod, IPostAkiLoadMod { } } -module.exports = { - mod: new Mod() -} +module.exports = { mod: new Mod() } diff --git a/TypeScript/19UseExternalLibraries/tsconfig.json b/TypeScript/19UseExternalLibraries/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/19UseExternalLibraries/tsconfig.json +++ b/TypeScript/19UseExternalLibraries/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/1LogToConsole/.eslintignore b/TypeScript/1LogToConsole/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/1LogToConsole/.eslintignore +++ b/TypeScript/1LogToConsole/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/1LogToConsole/.eslintrc.json b/TypeScript/1LogToConsole/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/1LogToConsole/.eslintrc.json +++ b/TypeScript/1LogToConsole/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/1LogToConsole/mod.code-workspace b/TypeScript/1LogToConsole/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/1LogToConsole/mod.code-workspace +++ b/TypeScript/1LogToConsole/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/1LogToConsole/src/mod.ts b/TypeScript/1LogToConsole/src/mod.ts index 43ffdd0..608e7d7 100644 --- a/TypeScript/1LogToConsole/src/mod.ts +++ b/TypeScript/1LogToConsole/src/mod.ts @@ -19,4 +19,4 @@ class Mod implements IPreAkiLoadMod } } -module.exports = { mod: new Mod() } \ No newline at end of file +module.exports = { mod: new Mod() } diff --git a/TypeScript/1LogToConsole/tsconfig.json b/TypeScript/1LogToConsole/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/1LogToConsole/tsconfig.json +++ b/TypeScript/1LogToConsole/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/20CustomChatBot/.eslintignore b/TypeScript/20CustomChatBot/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/20CustomChatBot/.eslintignore +++ b/TypeScript/20CustomChatBot/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/20CustomChatBot/.eslintrc.json b/TypeScript/20CustomChatBot/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/20CustomChatBot/.eslintrc.json +++ b/TypeScript/20CustomChatBot/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/20CustomChatBot/mod.code-workspace b/TypeScript/20CustomChatBot/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/20CustomChatBot/mod.code-workspace +++ b/TypeScript/20CustomChatBot/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/20CustomChatBot/src/mod.ts b/TypeScript/20CustomChatBot/src/mod.ts index 096d2bb..40bda45 100644 --- a/TypeScript/20CustomChatBot/src/mod.ts +++ b/TypeScript/20CustomChatBot/src/mod.ts @@ -12,6 +12,4 @@ class Mod implements IPostDBLoadMod { } } -module.exports = { - mod: new Mod() -} +module.exports = { mod: new Mod() } diff --git a/TypeScript/20CustomChatBot/tsconfig.json b/TypeScript/20CustomChatBot/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/20CustomChatBot/tsconfig.json +++ b/TypeScript/20CustomChatBot/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/21CustomCommandoCommand/.eslintignore b/TypeScript/21CustomCommandoCommand/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/21CustomCommandoCommand/.eslintignore +++ b/TypeScript/21CustomCommandoCommand/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/21CustomCommandoCommand/.eslintrc.json b/TypeScript/21CustomCommandoCommand/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/21CustomCommandoCommand/.eslintrc.json +++ b/TypeScript/21CustomCommandoCommand/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/21CustomCommandoCommand/mod.code-workspace b/TypeScript/21CustomCommandoCommand/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/21CustomCommandoCommand/mod.code-workspace +++ b/TypeScript/21CustomCommandoCommand/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/21CustomCommandoCommand/src/mod.ts b/TypeScript/21CustomCommandoCommand/src/mod.ts index 659ec54..60c1719 100644 --- a/TypeScript/21CustomCommandoCommand/src/mod.ts +++ b/TypeScript/21CustomCommandoCommand/src/mod.ts @@ -12,6 +12,4 @@ class Mod implements IPostDBLoadMod { } } -module.exports = { - mod: new Mod() -} +module.exports = { mod: new Mod() } diff --git a/TypeScript/21CustomCommandoCommand/tsconfig.json b/TypeScript/21CustomCommandoCommand/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/21CustomCommandoCommand/tsconfig.json +++ b/TypeScript/21CustomCommandoCommand/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/22CustomAkiCommand/.eslintignore b/TypeScript/22CustomAkiCommand/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/22CustomAkiCommand/.eslintignore +++ b/TypeScript/22CustomAkiCommand/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/22CustomAkiCommand/.eslintrc.json b/TypeScript/22CustomAkiCommand/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/22CustomAkiCommand/.eslintrc.json +++ b/TypeScript/22CustomAkiCommand/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/22CustomAkiCommand/mod.code-workspace b/TypeScript/22CustomAkiCommand/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/22CustomAkiCommand/mod.code-workspace +++ b/TypeScript/22CustomAkiCommand/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/22CustomAkiCommand/src/mod.ts b/TypeScript/22CustomAkiCommand/src/mod.ts index a8fe228..f7bdcd9 100644 --- a/TypeScript/22CustomAkiCommand/src/mod.ts +++ b/TypeScript/22CustomAkiCommand/src/mod.ts @@ -13,6 +13,4 @@ class Mod implements IPostDBLoadMod { } -module.exports = { - mod: new Mod() -} +module.exports = { mod: new Mod() } diff --git a/TypeScript/22CustomAkiCommand/tsconfig.json b/TypeScript/22CustomAkiCommand/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/22CustomAkiCommand/tsconfig.json +++ b/TypeScript/22CustomAkiCommand/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/23CustomAbstractChatBot/.eslintignore b/TypeScript/23CustomAbstractChatBot/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/23CustomAbstractChatBot/.eslintignore +++ b/TypeScript/23CustomAbstractChatBot/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/23CustomAbstractChatBot/.eslintrc.json b/TypeScript/23CustomAbstractChatBot/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/23CustomAbstractChatBot/.eslintrc.json +++ b/TypeScript/23CustomAbstractChatBot/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/23CustomAbstractChatBot/mod.code-workspace b/TypeScript/23CustomAbstractChatBot/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/23CustomAbstractChatBot/mod.code-workspace +++ b/TypeScript/23CustomAbstractChatBot/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/23CustomAbstractChatBot/src/mod.ts b/TypeScript/23CustomAbstractChatBot/src/mod.ts index 6f108e9..e71055e 100644 --- a/TypeScript/23CustomAbstractChatBot/src/mod.ts +++ b/TypeScript/23CustomAbstractChatBot/src/mod.ts @@ -21,6 +21,4 @@ class Mod implements IPostDBLoadMod { } } -module.exports = { - mod: new Mod() -} +module.exports = { mod: new Mod() } diff --git a/TypeScript/23CustomAbstractChatBot/tsconfig.json b/TypeScript/23CustomAbstractChatBot/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/23CustomAbstractChatBot/tsconfig.json +++ b/TypeScript/23CustomAbstractChatBot/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/24WebSocket/.eslintignore b/TypeScript/24WebSocket/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/24WebSocket/.eslintignore +++ b/TypeScript/24WebSocket/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/24WebSocket/.eslintrc.json b/TypeScript/24WebSocket/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/24WebSocket/.eslintrc.json +++ b/TypeScript/24WebSocket/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/24WebSocket/mod.code-workspace b/TypeScript/24WebSocket/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/24WebSocket/mod.code-workspace +++ b/TypeScript/24WebSocket/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/24WebSocket/src/mod.ts b/TypeScript/24WebSocket/src/mod.ts index c8c1e4b..76d7748 100644 --- a/TypeScript/24WebSocket/src/mod.ts +++ b/TypeScript/24WebSocket/src/mod.ts @@ -18,6 +18,4 @@ class Mod implements IPreAkiLoadMod { } } -module.exports = { - mod: new Mod() -} +module.exports = { mod: new Mod() } diff --git a/TypeScript/24WebSocket/tsconfig.json b/TypeScript/24WebSocket/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/24WebSocket/tsconfig.json +++ b/TypeScript/24WebSocket/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/2EditDatabase/.eslintignore b/TypeScript/2EditDatabase/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/2EditDatabase/.eslintignore +++ b/TypeScript/2EditDatabase/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/2EditDatabase/.eslintrc.json b/TypeScript/2EditDatabase/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/2EditDatabase/.eslintrc.json +++ b/TypeScript/2EditDatabase/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/2EditDatabase/mod.code-workspace b/TypeScript/2EditDatabase/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/2EditDatabase/mod.code-workspace +++ b/TypeScript/2EditDatabase/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/2EditDatabase/src/mod.ts b/TypeScript/2EditDatabase/src/mod.ts index acd014b..d891b06 100644 --- a/TypeScript/2EditDatabase/src/mod.ts +++ b/TypeScript/2EditDatabase/src/mod.ts @@ -62,4 +62,4 @@ class Mod implements IPostDBLoadMod } } -module.exports = { mod: new Mod() } \ No newline at end of file +module.exports = { mod: new Mod() } diff --git a/TypeScript/2EditDatabase/tsconfig.json b/TypeScript/2EditDatabase/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/2EditDatabase/tsconfig.json +++ b/TypeScript/2EditDatabase/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/3GetSptConfigFile/.eslintignore b/TypeScript/3GetSptConfigFile/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/3GetSptConfigFile/.eslintignore +++ b/TypeScript/3GetSptConfigFile/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/3GetSptConfigFile/.eslintrc.json b/TypeScript/3GetSptConfigFile/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/3GetSptConfigFile/.eslintrc.json +++ b/TypeScript/3GetSptConfigFile/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/3GetSptConfigFile/mod.code-workspace b/TypeScript/3GetSptConfigFile/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/3GetSptConfigFile/mod.code-workspace +++ b/TypeScript/3GetSptConfigFile/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/3GetSptConfigFile/src/mod.ts b/TypeScript/3GetSptConfigFile/src/mod.ts index ecf1229..d3d796d 100644 --- a/TypeScript/3GetSptConfigFile/src/mod.ts +++ b/TypeScript/3GetSptConfigFile/src/mod.ts @@ -31,4 +31,4 @@ class Mod implements IPostAkiLoadMod } } -module.exports = { mod: new Mod() } \ No newline at end of file +module.exports = { mod: new Mod() } diff --git a/TypeScript/3GetSptConfigFile/tsconfig.json b/TypeScript/3GetSptConfigFile/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/3GetSptConfigFile/tsconfig.json +++ b/TypeScript/3GetSptConfigFile/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/.eslintignore b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/.eslintignore +++ b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/.eslintrc.json b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/.eslintrc.json +++ b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/config/config.json5 b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/config/config.json5 index 267bce5..a839081 100644 --- a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/config/config.json5 +++ b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/config/config.json5 @@ -1,3 +1,3 @@ { "myProperty": "i love json5" -} \ No newline at end of file +} diff --git a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/config/config.jsonc b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/config/config.jsonc index 7ad6098..08a4812 100644 --- a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/config/config.jsonc +++ b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/config/config.jsonc @@ -1,3 +1,3 @@ { "myProperty": "i love jsonc" -} \ No newline at end of file +} diff --git a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/mod.code-workspace b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/mod.code-workspace +++ b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/src/mod.ts b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/src/mod.ts index 35bdbea..e97221b 100644 --- a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/src/mod.ts +++ b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/src/mod.ts @@ -30,4 +30,4 @@ class Mod implements IPostAkiLoadMod } } -module.exports = { mod: new Mod() } \ No newline at end of file +module.exports = { mod: new Mod() } diff --git a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/tsconfig.json b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/tsconfig.json +++ b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/4UseACustomConfigFile/.eslintignore b/TypeScript/4UseACustomConfigFile/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/4UseACustomConfigFile/.eslintignore +++ b/TypeScript/4UseACustomConfigFile/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/4UseACustomConfigFile/.eslintrc.json b/TypeScript/4UseACustomConfigFile/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/4UseACustomConfigFile/.eslintrc.json +++ b/TypeScript/4UseACustomConfigFile/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/4UseACustomConfigFile/config/config.json b/TypeScript/4UseACustomConfigFile/config/config.json index 2cc3a9f..14b4552 100644 --- a/TypeScript/4UseACustomConfigFile/config/config.json +++ b/TypeScript/4UseACustomConfigFile/config/config.json @@ -1,3 +1,3 @@ { "myProperty": "wow" -} \ No newline at end of file +} diff --git a/TypeScript/4UseACustomConfigFile/mod.code-workspace b/TypeScript/4UseACustomConfigFile/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/4UseACustomConfigFile/mod.code-workspace +++ b/TypeScript/4UseACustomConfigFile/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/4UseACustomConfigFile/src/mod.ts b/TypeScript/4UseACustomConfigFile/src/mod.ts index e269363..7604ea2 100644 --- a/TypeScript/4UseACustomConfigFile/src/mod.ts +++ b/TypeScript/4UseACustomConfigFile/src/mod.ts @@ -16,4 +16,4 @@ class Mod implements IPostAkiLoadMod } } -module.exports = { mod: new Mod() } \ No newline at end of file +module.exports = { mod: new Mod() } diff --git a/TypeScript/4UseACustomConfigFile/tsconfig.json b/TypeScript/4UseACustomConfigFile/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/4UseACustomConfigFile/tsconfig.json +++ b/TypeScript/4UseACustomConfigFile/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/5ReplaceMethod/.eslintignore b/TypeScript/5ReplaceMethod/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/5ReplaceMethod/.eslintignore +++ b/TypeScript/5ReplaceMethod/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/5ReplaceMethod/.eslintrc.json b/TypeScript/5ReplaceMethod/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/5ReplaceMethod/.eslintrc.json +++ b/TypeScript/5ReplaceMethod/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/5ReplaceMethod/mod.code-workspace b/TypeScript/5ReplaceMethod/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/5ReplaceMethod/mod.code-workspace +++ b/TypeScript/5ReplaceMethod/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/5ReplaceMethod/src/mod.ts b/TypeScript/5ReplaceMethod/src/mod.ts index a9c0208..e9b60f1 100644 --- a/TypeScript/5ReplaceMethod/src/mod.ts +++ b/TypeScript/5ReplaceMethod/src/mod.ts @@ -67,4 +67,4 @@ class Mod implements IPreAkiLoadMod } } -module.exports = { mod: new Mod() } \ No newline at end of file +module.exports = { mod: new Mod() } diff --git a/TypeScript/5ReplaceMethod/tsconfig.json b/TypeScript/5ReplaceMethod/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/5ReplaceMethod/tsconfig.json +++ b/TypeScript/5ReplaceMethod/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/6ReferenceAnotherClass/.eslintignore b/TypeScript/6ReferenceAnotherClass/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/6ReferenceAnotherClass/.eslintignore +++ b/TypeScript/6ReferenceAnotherClass/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/6ReferenceAnotherClass/.eslintrc.json b/TypeScript/6ReferenceAnotherClass/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/6ReferenceAnotherClass/.eslintrc.json +++ b/TypeScript/6ReferenceAnotherClass/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/6ReferenceAnotherClass/mod.code-workspace b/TypeScript/6ReferenceAnotherClass/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/6ReferenceAnotherClass/mod.code-workspace +++ b/TypeScript/6ReferenceAnotherClass/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/6ReferenceAnotherClass/src/MoreCode.ts b/TypeScript/6ReferenceAnotherClass/src/MoreCode.ts index cb380e5..7518ab0 100644 --- a/TypeScript/6ReferenceAnotherClass/src/MoreCode.ts +++ b/TypeScript/6ReferenceAnotherClass/src/MoreCode.ts @@ -4,4 +4,4 @@ export class MoreCode { return "flub"; } -} \ No newline at end of file +} diff --git a/TypeScript/6ReferenceAnotherClass/src/mod.ts b/TypeScript/6ReferenceAnotherClass/src/mod.ts index b114e0a..651fbf0 100644 --- a/TypeScript/6ReferenceAnotherClass/src/mod.ts +++ b/TypeScript/6ReferenceAnotherClass/src/mod.ts @@ -22,4 +22,4 @@ class Mod implements IPostAkiLoadMod } } -module.exports = { mod: new Mod() } \ No newline at end of file +module.exports = { mod: new Mod() } diff --git a/TypeScript/6ReferenceAnotherClass/tsconfig.json b/TypeScript/6ReferenceAnotherClass/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/6ReferenceAnotherClass/tsconfig.json +++ b/TypeScript/6ReferenceAnotherClass/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/7OnLoadHook/.eslintignore b/TypeScript/7OnLoadHook/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/7OnLoadHook/.eslintignore +++ b/TypeScript/7OnLoadHook/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/7OnLoadHook/.eslintrc.json b/TypeScript/7OnLoadHook/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/7OnLoadHook/.eslintrc.json +++ b/TypeScript/7OnLoadHook/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/7OnLoadHook/mod.code-workspace b/TypeScript/7OnLoadHook/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/7OnLoadHook/mod.code-workspace +++ b/TypeScript/7OnLoadHook/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/7OnLoadHook/src/mod.ts b/TypeScript/7OnLoadHook/src/mod.ts index adbb0d6..eb657c1 100644 --- a/TypeScript/7OnLoadHook/src/mod.ts +++ b/TypeScript/7OnLoadHook/src/mod.ts @@ -21,4 +21,5 @@ class Mod implements IPreAkiLoadMod logger.info("MyCustomMod custom function is loading right now") } } -module.exports = {mod: new Mod()} \ No newline at end of file + +module.exports = {mod: new Mod()} diff --git a/TypeScript/7OnLoadHook/tsconfig.json b/TypeScript/7OnLoadHook/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/7OnLoadHook/tsconfig.json +++ b/TypeScript/7OnLoadHook/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/8OnUpdateHook/.eslintignore b/TypeScript/8OnUpdateHook/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/8OnUpdateHook/.eslintignore +++ b/TypeScript/8OnUpdateHook/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/8OnUpdateHook/.eslintrc.json b/TypeScript/8OnUpdateHook/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/8OnUpdateHook/.eslintrc.json +++ b/TypeScript/8OnUpdateHook/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/8OnUpdateHook/mod.code-workspace b/TypeScript/8OnUpdateHook/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/8OnUpdateHook/mod.code-workspace +++ b/TypeScript/8OnUpdateHook/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/8OnUpdateHook/src/mod.ts b/TypeScript/8OnUpdateHook/src/mod.ts index 46d7397..90e100a 100644 --- a/TypeScript/8OnUpdateHook/src/mod.ts +++ b/TypeScript/8OnUpdateHook/src/mod.ts @@ -27,4 +27,5 @@ class Mod implements IPreAkiLoadMod return false; // we didnt do anything } } -module.exports = {mod: new Mod()} \ No newline at end of file + +module.exports = {mod: new Mod()} diff --git a/TypeScript/8OnUpdateHook/tsconfig.json b/TypeScript/8OnUpdateHook/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/8OnUpdateHook/tsconfig.json +++ b/TypeScript/8OnUpdateHook/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +} diff --git a/TypeScript/9RouterHooks/.eslintignore b/TypeScript/9RouterHooks/.eslintignore index 9922d9a..1bb5519 100644 --- a/TypeScript/9RouterHooks/.eslintignore +++ b/TypeScript/9RouterHooks/.eslintignore @@ -6,4 +6,4 @@ types/ # Exclude these filetypes from linting *.json *.txt -*.exe \ No newline at end of file +*.exe diff --git a/TypeScript/9RouterHooks/.eslintrc.json b/TypeScript/9RouterHooks/.eslintrc.json index 071a313..757b0bd 100644 --- a/TypeScript/9RouterHooks/.eslintrc.json +++ b/TypeScript/9RouterHooks/.eslintrc.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/TypeScript/9RouterHooks/mod.code-workspace b/TypeScript/9RouterHooks/mod.code-workspace index 6732c67..4f69f8b 100644 --- a/TypeScript/9RouterHooks/mod.code-workspace +++ b/TypeScript/9RouterHooks/mod.code-workspace @@ -9,4 +9,4 @@ "dbaeumer.vscode-eslint" ] } -} \ No newline at end of file +} diff --git a/TypeScript/9RouterHooks/src/mod.ts b/TypeScript/9RouterHooks/src/mod.ts index be5db05..c1c239b 100644 --- a/TypeScript/9RouterHooks/src/mod.ts +++ b/TypeScript/9RouterHooks/src/mod.ts @@ -77,4 +77,5 @@ class Mod implements IPreAkiLoadMod } } -module.exports = {mod: new Mod()} \ No newline at end of file + +module.exports = {mod: new Mod()} diff --git a/TypeScript/9RouterHooks/tsconfig.json b/TypeScript/9RouterHooks/tsconfig.json index eca7728..ccb4b5d 100644 --- a/TypeScript/9RouterHooks/tsconfig.json +++ b/TypeScript/9RouterHooks/tsconfig.json @@ -15,4 +15,4 @@ }, }, "exclude": [ "node_modules", "dist", "tmp" ], -} \ No newline at end of file +}