Skip to content

Commit fc2e323

Browse files
Merge pull request #10 from aashutoshrathi/setup/ci
v0.2.2
2 parents fa4e7bc + 3cd8bf8 commit fc2e323

File tree

4 files changed

+175
-42
lines changed

4 files changed

+175
-42
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Guardrails to prevent bad practices or do some serious mistakes when using NestJS Moongose or ORMs.
99

10-
## Motivation 💡
10+
## Motivation 💡
1111

1212
No one likes unused variables, and we remove them.
1313
But with Mongoose there is a catch, if you attach inject model to non-model variable accidentally, you will get no error, but you will get a bug. This plugin will help you to avoid this.
@@ -16,7 +16,7 @@ One such incident is shown below:
1616

1717
<img alt="GIF of mishap" src="https://s3.ap-south-1.amazonaws.com/shared.aashutosh.dev/eslint-rule-gif.gif">
1818

19-
## Installation 🛠️
19+
## Installation 🛠️
2020

2121
You'll first need to install [ESLint](https://eslint.org/):
2222

@@ -52,8 +52,8 @@ Then configure the rules you want to use under the rules section.
5252
}
5353
```
5454

55-
## Tools Used 💪🏻
55+
## Tools Used 💪🏻
5656

5757
- [AST Explorer](https://astexplorer.net/)
5858
- [ESLint Developer Guide](https://eslint.org/docs/developer-guide/working-with-rules)
59-
- [TypeScript ESLint Docs](https://typescript-eslint.io/developers/custom-rules)
59+
- [TypeScript ESLint Docs](https://typescript-eslint.io/developers/custom-rules)

0 commit comments

Comments
 (0)