@rotki/eslint-config 3.2.1 → 3.4.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/dist/index.cjs +301 -306
- package/dist/index.d.cts +529 -319
- package/dist/index.d.ts +529 -319
- package/dist/index.js +301 -306
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rotki/eslint-config",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"bugs": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@rotki/eslint-plugin": ">=0.4.0",
|
|
29
29
|
"eslint": ">=9.10.0",
|
|
30
30
|
"eslint-plugin-cypress": ">=3.0.0",
|
|
31
|
-
"eslint-plugin-storybook": "
|
|
31
|
+
"eslint-plugin-storybook": ">=0.10.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependenciesMeta": {
|
|
34
34
|
"@intlify/eslint-plugin-vue-i18n": {
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
"@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
|
|
55
55
|
"@eslint-types/typescript-eslint": "7.5.0",
|
|
56
56
|
"@eslint-types/unicorn": "52.0.0",
|
|
57
|
-
"@eslint/markdown": "6.
|
|
58
|
-
"@stylistic/eslint-plugin": "2.
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
60
|
-
"@typescript-eslint/parser": "8.
|
|
61
|
-
"@vitest/eslint-plugin": "1.1.
|
|
57
|
+
"@eslint/markdown": "6.2.1",
|
|
58
|
+
"@stylistic/eslint-plugin": "2.9.0",
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "8.11.0",
|
|
60
|
+
"@typescript-eslint/parser": "8.11.0",
|
|
61
|
+
"@vitest/eslint-plugin": "1.1.7",
|
|
62
62
|
"eslint-config-flat-gitignore": "0.3.0",
|
|
63
63
|
"eslint-config-prettier": "9.1.0",
|
|
64
64
|
"eslint-flat-config-utils": "0.4.0",
|
|
@@ -68,16 +68,16 @@
|
|
|
68
68
|
"eslint-plugin-html": "8.1.2",
|
|
69
69
|
"eslint-plugin-import-x": "4.3.1",
|
|
70
70
|
"eslint-plugin-jsonc": "2.16.0",
|
|
71
|
-
"eslint-plugin-n": "17.
|
|
71
|
+
"eslint-plugin-n": "17.11.1",
|
|
72
72
|
"eslint-plugin-no-only-tests": "3.3.0",
|
|
73
|
-
"eslint-plugin-perfectionist": "3.
|
|
73
|
+
"eslint-plugin-perfectionist": "3.9.1",
|
|
74
74
|
"eslint-plugin-prettier": "5.2.1",
|
|
75
|
-
"eslint-plugin-unicorn": "
|
|
75
|
+
"eslint-plugin-unicorn": "56.0.0",
|
|
76
76
|
"eslint-plugin-unused-imports": "4.1.4",
|
|
77
|
-
"eslint-plugin-vue": "9.
|
|
77
|
+
"eslint-plugin-vue": "9.29.1",
|
|
78
78
|
"eslint-plugin-yml": "1.14.0",
|
|
79
79
|
"eslint-processor-vue-blocks": "0.1.2",
|
|
80
|
-
"globals": "15.
|
|
80
|
+
"globals": "15.11.0",
|
|
81
81
|
"jsonc-eslint-parser": "2.4.0",
|
|
82
82
|
"local-pkg": "0.5.0",
|
|
83
83
|
"prettier": "3.3.3",
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@commitlint/cli": "19.5.0",
|
|
89
89
|
"@commitlint/config-conventional": "19.5.0",
|
|
90
|
-
"@eslint/config-inspector": "0.5.
|
|
91
|
-
"@types/node": "20.16.
|
|
90
|
+
"@eslint/config-inspector": "0.5.5",
|
|
91
|
+
"@types/node": "20.16.14",
|
|
92
92
|
"@types/prompts": "2.4.9",
|
|
93
|
-
"bumpp": "9.
|
|
94
|
-
"eslint": "9.
|
|
93
|
+
"bumpp": "9.7.1",
|
|
94
|
+
"eslint": "9.13.0",
|
|
95
95
|
"eslint-plugin-regexp": "2.6.0",
|
|
96
96
|
"eslint-typegen": "0.3.2",
|
|
97
97
|
"esno": "4.8.0",
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"lint-staged": "15.2.10",
|
|
100
100
|
"rimraf": "6.0.1",
|
|
101
101
|
"tsup": "8.3.0",
|
|
102
|
-
"typescript": "5.6.
|
|
103
|
-
"@rotki/eslint-config": "3.
|
|
102
|
+
"typescript": "5.6.3",
|
|
103
|
+
"@rotki/eslint-config": "3.4.0"
|
|
104
104
|
},
|
|
105
105
|
"engines": {
|
|
106
106
|
"node": ">=20 <21",
|