@rightcapital/lint-eslint-config-rules 2.1.2-renovate-dev-dependencies.4491.1.0 → 2.1.2-renovate-eslint-rules-and-plugins.4501.1.0
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/CHANGELOG.json +15 -0
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rightcapital/lint-eslint-config-rules",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Wed, 17 Dec 2025 05:24:49 GMT",
|
|
6
|
+
"version": "2.1.1",
|
|
7
|
+
"tag": "@rightcapital/lint-eslint-config-rules_v2.1.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "29139614+renovate[bot]@users.noreply.github.com",
|
|
12
|
+
"package": "@rightcapital/lint-eslint-config-rules",
|
|
13
|
+
"commit": "e2bb42074350220aa2f3070d63cf78120283488e",
|
|
14
|
+
"comment": "chore(deps): update dev dependencies"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
4
19
|
{
|
|
5
20
|
"date": "Wed, 26 Nov 2025 03:22:51 GMT",
|
|
6
21
|
"version": "2.1.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rightcapital/lint-eslint-config-rules",
|
|
3
|
-
"version": "2.1.2-renovate-
|
|
3
|
+
"version": "2.1.2-renovate-eslint-rules-and-plugins.4501.1.0",
|
|
4
4
|
"description": "Check rule config issues in ESLint configuration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@types/eslint": "9.6.1",
|
|
31
31
|
"@types/node": "24.10.2",
|
|
32
32
|
"typescript": "5.9.3",
|
|
33
|
-
"@rightcapital/tsconfig": "1.2.17-renovate-
|
|
33
|
+
"@rightcapital/tsconfig": "1.2.17-renovate-eslint-rules-and-plugins.4501.1.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"eslint": "9.x"
|