@darraghor/eslint-plugin-nestjs-typed 6.9.1 → 6.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -10,6 +10,14 @@ If you use NestJs (https://nestjs.com/) these ESLint rules will help you to prev
10
10
 
11
11
  Skip to [How to configure](#to-configure) but if you have issues come back and read this whole document.
12
12
 
13
+ ```
14
+ pnpm add -D @darraghor/eslint-plugin-nestjs-typed
15
+ //or
16
+ npm i -D @darraghor/eslint-plugin-nestjs-typed
17
+ //or
18
+ bun install -d @darraghor/eslint-plugin-nestjs-typed
19
+ ```
20
+
13
21
  ## Support this plugin
14
22
 
15
23
  If you use this plugin in commercial setting consider submitting PRs on work time. It saves your business money, so it makes your business money!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darraghor/eslint-plugin-nestjs-typed",
3
- "version": "6.9.1",
3
+ "version": "6.9.3",
4
4
  "description": "Eslint rules for nestjs projects",
5
5
  "scripts": {
6
6
  "clean": "rm -Rf ./dist/",
@@ -74,7 +74,7 @@
74
74
  "@semantic-release/exec": "7.1.0",
75
75
  "@types/eslint": "9.6.1",
76
76
  "@types/jest": "29.5.14",
77
- "@types/node": "22.18.6",
77
+ "@types/node": "22.18.11",
78
78
  "@typescript-eslint/eslint-plugin": "8.44.1",
79
79
  "@typescript-eslint/parser": "8.44.1",
80
80
  "@typescript-eslint/rule-tester": "8.44.1",
@@ -91,11 +91,11 @@
91
91
  "lint-staged": "15.5.2",
92
92
  "prettier": "3.6.2",
93
93
  "semantic-release": "24.2.9",
94
- "ts-jest": "29.4.4",
94
+ "ts-jest": "29.4.5",
95
95
  "ts-node": "10.9.2",
96
- "typescript": "5.9.2",
96
+ "typescript": "5.9.3",
97
97
  "typescript-eslint": "8.44.1",
98
- "vite": "6.3.6",
98
+ "vite": "6.3.7",
99
99
  "vitest": "3.2.4"
100
100
  },
101
101
  "peerDependencies": {