From d72b43c8d2bcc4d78c884f9840cb3f840f7a8458 Mon Sep 17 00:00:00 2001 From: Igor Kowalski Date: Sun, 1 Sep 2024 07:51:37 +0200 Subject: [PATCH] Update documentation --- documentation/project-structure-folder-structure.md | 8 ++++++-- documentation/project-structure-independent-modules.md | 8 ++++++-- documentation/project-structure-naming-rules.md | 8 ++++++-- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/documentation/project-structure-folder-structure.md b/documentation/project-structure-folder-structure.md index 5a35bd2..5367470 100644 --- a/documentation/project-structure-folder-structure.md +++ b/documentation/project-structure-folder-structure.md @@ -52,11 +52,15 @@ If you have any questions or need help creating a configuration that meets your ## 💾 Installation ```bsh -yarn add -D eslint-plugin-project-structure +npm i --save-dev eslint-plugin-project-structure ``` ```bsh -npm i --dev eslint-plugin-project-structure +yarn add --dev eslint-plugin-project-structure +``` + +```bsh +pnpm add --save-dev eslint-plugin-project-structure ``` ## 🏁 Getting started diff --git a/documentation/project-structure-independent-modules.md b/documentation/project-structure-independent-modules.md index 3783f9b..896ad21 100644 --- a/documentation/project-structure-independent-modules.md +++ b/documentation/project-structure-independent-modules.md @@ -51,11 +51,15 @@ If you have any questions or need help creating a configuration that meets your ## 💾 Installation ```bsh -yarn add -D eslint-plugin-independent-modules +npm i --save-dev eslint-plugin-project-structure ``` ```bsh -npm i --dev eslint-plugin-independent-modules +yarn add --dev eslint-plugin-project-structure +``` + +```bsh +pnpm add --save-dev eslint-plugin-project-structure ``` ## 🏁 Getting started diff --git a/documentation/project-structure-naming-rules.md b/documentation/project-structure-naming-rules.md index 949332c..35470dd 100644 --- a/documentation/project-structure-naming-rules.md +++ b/documentation/project-structure-naming-rules.md @@ -47,11 +47,15 @@ If you have any questions or need help creating a configuration that meets your ## 💾 Installation ```bsh -yarn add -D eslint-plugin-project-structure +npm i --save-dev eslint-plugin-project-structure ``` ```bsh -npm i --dev eslint-plugin-project-structure +yarn add --dev eslint-plugin-project-structure +``` + +```bsh +pnpm add --save-dev eslint-plugin-project-structure ``` ## 🏁 Getting started