Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Igorkowalski94 committed Sep 1, 2024
1 parent fbbf583 commit d72b43c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions documentation/project-structure-folder-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,15 @@ If you have any questions or need help creating a configuration that meets your
## 💾 Installation <a id="installation"></a>

```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 <a id="getting-started"></a>
Expand Down
8 changes: 6 additions & 2 deletions documentation/project-structure-independent-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,15 @@ If you have any questions or need help creating a configuration that meets your
## 💾 Installation <a id="installation"></a>

```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 <a id="getting-started"></a>
Expand Down
8 changes: 6 additions & 2 deletions documentation/project-structure-naming-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,15 @@ If you have any questions or need help creating a configuration that meets your
## 💾 Installation <a id="installation"></a>

```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 <a id="getting-started"></a>
Expand Down

0 comments on commit d72b43c

Please sign in to comment.