@o3r/eslint-plugin 10.0.0-prerelease.83 → 10.0.0-prerelease.85
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -21,4 +21,4 @@ ng add @o3r/eslint-plugin
|
|
|
21
21
|
|
|
22
22
|
## Rules
|
|
23
23
|
|
|
24
|
-
The list of rules is available in the [documentation](https://github.com/AmadeusITGroup/otter/tree/main/docs/linter/eslint-plugin/rules
|
|
24
|
+
The list of rules is available in the [documentation](https://github.com/AmadeusITGroup/otter/tree/main/docs/linter/eslint-plugin/rules).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/eslint-plugin",
|
|
3
|
-
"version": "10.0.0-prerelease.
|
|
3
|
+
"version": "10.0.0-prerelease.85",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"@compodoc/compodoc": "^1.1.19",
|
|
65
65
|
"@nx/eslint-plugin": "~18.0.2",
|
|
66
66
|
"@nx/jest": "~18.0.2",
|
|
67
|
-
"@o3r/build-helpers": "^10.0.0-prerelease.
|
|
68
|
-
"@o3r/test-helpers": "^10.0.0-prerelease.
|
|
67
|
+
"@o3r/build-helpers": "^10.0.0-prerelease.85",
|
|
68
|
+
"@o3r/test-helpers": "^10.0.0-prerelease.85",
|
|
69
69
|
"@stylistic/eslint-plugin-ts": "^1.5.4",
|
|
70
70
|
"@types/jest": "~29.5.2",
|
|
71
71
|
"@types/node": "^20.0.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"cpy-cli": "^5.0.0",
|
|
76
76
|
"eslint": "^8.42.0",
|
|
77
77
|
"eslint-plugin-jest": "~27.8.0",
|
|
78
|
-
"eslint-plugin-jsdoc": "~48.
|
|
78
|
+
"eslint-plugin-jsdoc": "~48.1.0",
|
|
79
79
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
80
80
|
"eslint-plugin-unicorn": "^51.0.0",
|
|
81
81
|
"jest": "~29.7.0",
|