From 58b9ae87bb5a3e986302e5fe706b8cff6ec8380a Mon Sep 17 00:00:00 2001 From: Compey Date: Tue, 22 Nov 2022 14:49:43 +0530 Subject: [PATCH] chore(common): include README --- common/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 common/README.md diff --git a/common/README.md b/common/README.md new file mode 100644 index 0000000..8c53ba7 --- /dev/null +++ b/common/README.md @@ -0,0 +1,5 @@ +# `đź“‚common` +A directory consisting shared libraries among packages, namely: + + - [`eslint-config-custom`](https://github.com/CompeyDev/create-guilded-bot/tree/main/common/eslint-config-custom) - Custom ESLint Configuration, extending with turbo and prettier rules. + - [`tsconfig`](https://github.com/CompeyDev/create-guilded-bot/tree/main/common/tsconfig) - Shared tsconfigs for various packages.