From 7097862eba566f021855a6de8272edf0d8bc2303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 9 Oct 2023 23:59:49 +0200 Subject: [PATCH 1/3] Fixing docs link --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 3ffb4db3..9102a80e 100644 --- a/Readme.md +++ b/Readme.md @@ -53,7 +53,7 @@ When adding `Lombiq.NodeJs.Extensions` as a NuGet package, no further steps are > ℹ Mind the following restrictions before choosing the NuGet package: - No global [ESLint configuration](Lombiq.NodeJs.Extensions/Docs/JavaScript.md#using-a-solution-wide-configuration) -- No global [Stylelint configuration](Lombiq.NodeJs.Extensions/Docs/JavaScript.md#using-a-solution-wide-configuration) +- No global [Stylelint configuration](Lombiq.NodeJs.Extensions/Docs/Styles.md#using-a-solution-wide-configuration) ## Usage From d51103d370af375b898fd83360ab65330a12c04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Tue, 10 Oct 2023 00:02:30 +0200 Subject: [PATCH 2/3] Adding link to linter configuration docs when using a different parent folder --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9102a80e..81c3ba2e 100644 --- a/Readme.md +++ b/Readme.md @@ -32,7 +32,7 @@ This project can be consumed as a `git` submodule or as a `NuGet` package. ### As a Git submodule -In the case of using `Lombiq.NodeJs.Extensions` as a git submodule, it is recommended to put it into a folder named _Lombiq.NodeJs.Extensions_ under the _src/Utilities_ folder, but you are free to use a different location. You need to add [`Lombiq.Npm.Targets`](https://github.com/Lombiq/NPM-Targets) to the same folder, though. +In the case of using `Lombiq.NodeJs.Extensions` as a git submodule, it is recommended to put it into a folder named _Lombiq.NodeJs.Extensions_ under the _src/Utilities_ folder, but you are free to use a different location (in that case you'll need to adjust the paths in the linter configuration files, see the docs on [ESLint](Lombiq.NodeJs.Extensions/Docs/JavaScript.md#using-a-solution-wide-configuration) and [Stylelint](Lombiq.NodeJs.Extensions/Docs/Styles.md#using-a-solution-wide-configuration) configuration). You need to add [`Lombiq.Npm.Targets`](https://github.com/Lombiq/NPM-Targets) to the same folder, though. Then, add a project reference to _Lombiq.NodeJs.Extensions/Lombiq.NodeJs.Extensions.csproj_ and the following `Import` statements to your project file: From af262fb5b1eccb67e9ea3f7a7a82ceccde61e4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Tue, 10 Oct 2023 00:03:46 +0200 Subject: [PATCH 3/3] More specific docs links --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 81c3ba2e..b8ade856 100644 --- a/Readme.md +++ b/Readme.md @@ -32,7 +32,7 @@ This project can be consumed as a `git` submodule or as a `NuGet` package. ### As a Git submodule -In the case of using `Lombiq.NodeJs.Extensions` as a git submodule, it is recommended to put it into a folder named _Lombiq.NodeJs.Extensions_ under the _src/Utilities_ folder, but you are free to use a different location (in that case you'll need to adjust the paths in the linter configuration files, see the docs on [ESLint](Lombiq.NodeJs.Extensions/Docs/JavaScript.md#using-a-solution-wide-configuration) and [Stylelint](Lombiq.NodeJs.Extensions/Docs/Styles.md#using-a-solution-wide-configuration) configuration). You need to add [`Lombiq.Npm.Targets`](https://github.com/Lombiq/NPM-Targets) to the same folder, though. +In the case of using `Lombiq.NodeJs.Extensions` as a git submodule, it is recommended to put it into a folder named _Lombiq.NodeJs.Extensions_ under the _src/Utilities_ folder, but you are free to use a different location (in that case you'll need to adjust the paths in the linter configuration files, see the docs on [ESLint](Lombiq.NodeJs.Extensions/Docs/JavaScript.md#eslint-rules) and [Stylelint](Lombiq.NodeJs.Extensions/Docs/Styles.md#stylelint-rules) configuration). You need to add [`Lombiq.Npm.Targets`](https://github.com/Lombiq/NPM-Targets) to the same folder, though. Then, add a project reference to _Lombiq.NodeJs.Extensions/Lombiq.NodeJs.Extensions.csproj_ and the following `Import` statements to your project file: