@darraghor/eslint-plugin-nestjs-typed 6.2.3 → 6.2.5
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.
- package/README.md +4 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -14,9 +14,9 @@ Skip to [How to configure](#to-configure) but if you have issues come back and r
|
|
|
14
14
|
|
|
15
15
|
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!
|
|
16
16
|
|
|
17
|
-
If you really want to support me directly you can use https://
|
|
17
|
+
If you really want to support me directly you can use https://darraghoriordan.gumroad.com/coffee
|
|
18
18
|
|
|
19
|
-
But please, just submit PRs to help all NestJS devs. This is the way
|
|
19
|
+
But please, just submit PRs to help all NestJS devs. This is the way!
|
|
20
20
|
|
|
21
21
|
## A note on versions
|
|
22
22
|
|
|
@@ -165,7 +165,8 @@ export default tseslint.config(
|
|
|
165
165
|
ecmaVersion: 2022,
|
|
166
166
|
sourceType: "module",
|
|
167
167
|
parserOptions: {
|
|
168
|
-
|
|
168
|
+
projectService: true,
|
|
169
|
+
tsconfigRootDir: import.meta.dirname,
|
|
169
170
|
},
|
|
170
171
|
},
|
|
171
172
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darraghor/eslint-plugin-nestjs-typed",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.5",
|
|
4
4
|
"description": "Eslint rules for nestjs projects",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -Rf ./dist/",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@commitlint/cli": "19.7.1",
|
|
70
70
|
"@commitlint/config-conventional": "19.7.1",
|
|
71
|
-
"@eslint/js": "9.
|
|
71
|
+
"@eslint/js": "9.21.0",
|
|
72
72
|
"@semantic-release/changelog": "6.0.3",
|
|
73
73
|
"@semantic-release/exec": "7.0.3",
|
|
74
74
|
"@types/eslint": "9.6.1",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@typescript-eslint/parser": "8.24.0",
|
|
79
79
|
"@typescript-eslint/rule-tester": "8.24.0",
|
|
80
80
|
"class-validator": "0.14.1",
|
|
81
|
-
"eslint": "9.
|
|
81
|
+
"eslint": "9.21.0",
|
|
82
82
|
"eslint-config-prettier": "10.0.1",
|
|
83
83
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
84
84
|
"eslint-plugin-unicorn": "56.0.1",
|