@darraghor/eslint-plugin-nestjs-typed 4.0.2 → 4.0.4

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 +4 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -16,6 +16,10 @@ typescript eslint parser supports a range of typescript versions but there can b
16
16
 
17
17
  This plugin only supports typescript up to the version typescript eslint parser supports. See https://github.com/typescript-eslint/typescript-eslint#supported-typescript-version for the versions.
18
18
 
19
+ ## Have an idea for a rule?
20
+
21
+ Awsome! [Click here](https://github.com/darraghoriordan/eslint-plugin-nestjs-typed/issues/new?title=New%20Rule%20Suggestion&labels=Rule%20Suggestion&body=Hi!%20I%20have%20an%20idea%20for%20a%20rule...) to submit a new issue!
22
+
19
23
  ## Index of available rules
20
24
 
21
25
  | Category | Rule | is on in recommended ruleset? |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darraghor/eslint-plugin-nestjs-typed",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "description": "Eslint rules for nestjs projects",
5
5
  "scripts": {
6
6
  "clean": "rm -Rf ./dist/",
@@ -53,9 +53,9 @@
53
53
  "@commitlint/config-conventional": "17.6.7",
54
54
  "@semantic-release/changelog": "6.0.3",
55
55
  "@semantic-release/exec": "6.0.3",
56
- "@types/eslint": "8.44.0",
56
+ "@types/eslint": "8.44.1",
57
57
  "@types/jest": "29.5.3",
58
- "@types/node": "20.4.2",
58
+ "@types/node": "20.4.6",
59
59
  "@typescript-eslint/eslint-plugin": "6.1.0",
60
60
  "@typescript-eslint/parser": "6.1.0",
61
61
  "@typescript-eslint/rule-tester": "6.1.0",
@@ -63,13 +63,13 @@
63
63
  "eslint": "8.45.0",
64
64
  "eslint-config-prettier": "8.8.0",
65
65
  "eslint-plugin-prefer-arrow": "1.2.3",
66
- "eslint-plugin-unicorn": "48.0.0",
66
+ "eslint-plugin-unicorn": "48.0.1",
67
67
  "husky": "8.0.3",
68
- "jest": "29.6.1",
68
+ "jest": "29.6.2",
69
69
  "jest-create-mock-instance": "2.0.0",
70
70
  "jest-junit": "16.0.0",
71
71
  "lint-staged": "13.2.3",
72
- "prettier": "2.8.7",
72
+ "prettier": "3.0.1",
73
73
  "semantic-release": "21.0.7",
74
74
  "ts-jest": "29.1.1",
75
75
  "ts-node": "10.9.1",
@@ -78,7 +78,7 @@
78
78
  "peerDependencies": {
79
79
  "@typescript-eslint/parser": "^6.0.0",
80
80
  "class-validator": "*",
81
- "eslint": "^8.0.0"
81
+ "eslint": "^8.0.1"
82
82
  },
83
83
  "keywords": [
84
84
  "eslint",