eslint-config-conventions 20.1.3 → 20.2.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/README.md +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ More information about **formatting rules** vs **code-quality rules** can be fou
|
|
|
37
37
|
npm install --save-dev \
|
|
38
38
|
eslint@^9.21.0 \
|
|
39
39
|
eslint-plugin-promise@^7.2.1 \
|
|
40
|
-
eslint-plugin-unicorn@^
|
|
40
|
+
eslint-plugin-unicorn@^61.0.0 \
|
|
41
41
|
eslint-plugin-import-x@^4.6.1 \
|
|
42
42
|
globals@^16.0.0 \
|
|
43
43
|
typescript@^5.8.3 \
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-conventions",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.2.0",
|
|
4
4
|
"public": true,
|
|
5
5
|
"description": "ESLint shareable config to enforce strict conventions and good code quality.",
|
|
6
6
|
"author": "Théo LUDWIG <contact@theoludwig.fr>",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"eslint": "^9.21.0",
|
|
51
51
|
"eslint-plugin-promise": "^7.2.1",
|
|
52
|
-
"eslint-plugin-unicorn": "^59.0.0 || ^60.0.0",
|
|
52
|
+
"eslint-plugin-unicorn": "^59.0.0 || ^60.0.0 || ^61.0.0",
|
|
53
53
|
"eslint-plugin-import-x": "^4.6.1",
|
|
54
54
|
"globals": "^16.0.0",
|
|
55
55
|
"typescript-eslint": "^8.32.0"
|
|
@@ -75,16 +75,16 @@
|
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@types/node": "24.3.
|
|
78
|
+
"@types/node": "24.3.1",
|
|
79
79
|
"globals": "16.3.0",
|
|
80
80
|
"editorconfig-checker": "6.1.0",
|
|
81
|
-
"oxlint": "1.
|
|
82
|
-
"@oxlint/migrate": "1.
|
|
83
|
-
"eslint": "9.
|
|
81
|
+
"oxlint": "1.14.0",
|
|
82
|
+
"@oxlint/migrate": "1.14.0",
|
|
83
|
+
"eslint": "9.35.0",
|
|
84
84
|
"eslint-plugin-promise": "7.2.1",
|
|
85
|
-
"eslint-plugin-unicorn": "
|
|
85
|
+
"eslint-plugin-unicorn": "61.0.1",
|
|
86
86
|
"eslint-plugin-import-x": "4.16.1",
|
|
87
|
-
"typescript-eslint": "8.
|
|
87
|
+
"typescript-eslint": "8.42.0",
|
|
88
88
|
"prettier": "3.6.2",
|
|
89
89
|
"semantic-release": "24.2.7",
|
|
90
90
|
"typescript": "5.9.2"
|