From 337d394fd33496d9aff23ef847ce56b1464deee6 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Mon, 12 Feb 2024 05:53:00 -0600 Subject: [PATCH] Prepare for becoming submodule --- .eslintrc.js | 1 - .gitmodules | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 .gitmodules diff --git a/.eslintrc.js b/.eslintrc.js index a881f38..a8c935f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -12,7 +12,6 @@ module.exports = { ], parserOptions: { ecmaVersion: 2020, - project: "tsconfig.json" }, ignorePatterns: ["src/lib"], rules: { diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 3f5cfde..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "src/alkatest-common"] - path = src/alkatest-common - url = https://github.com/thepaperpilot/alkatest-common