@rotki/eslint-config 3.7.1 → 4.0.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 +80 -16
- package/dist/index.d.ts +6600 -2958
- package/dist/index.js +1586 -1103
- package/package.json +39 -41
- package/dist/index.cjs +0 -248062
- package/dist/index.d.cts +0 -11778
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rotki/eslint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"bugs": {
|
|
@@ -17,18 +17,15 @@
|
|
|
17
17
|
"main": "./dist/index.js",
|
|
18
18
|
"types": "./dist/index.d.ts",
|
|
19
19
|
"exports": {
|
|
20
|
-
".":
|
|
21
|
-
"require": "./dist/index.cjs",
|
|
22
|
-
"import": "./dist/index.js"
|
|
23
|
-
}
|
|
20
|
+
".": "./dist/index.js"
|
|
24
21
|
},
|
|
25
22
|
"peerDependencies": {
|
|
26
|
-
"@intlify/eslint-plugin-vue-i18n": "^
|
|
23
|
+
"@intlify/eslint-plugin-vue-i18n": "^4.0.0",
|
|
27
24
|
"@prettier/plugin-xml": "^3.4.1",
|
|
28
|
-
"@rotki/eslint-plugin": ">=0.
|
|
25
|
+
"@rotki/eslint-plugin": ">=0.7.0",
|
|
29
26
|
"eslint": ">=9.10.0",
|
|
30
|
-
"eslint-plugin-cypress": ">=
|
|
31
|
-
"eslint-plugin-storybook": ">=0.
|
|
27
|
+
"eslint-plugin-cypress": ">=4.0.0",
|
|
28
|
+
"eslint-plugin-storybook": ">=0.11.0"
|
|
32
29
|
},
|
|
33
30
|
"peerDependenciesMeta": {
|
|
34
31
|
"@intlify/eslint-plugin-vue-i18n": {
|
|
@@ -55,56 +52,57 @@
|
|
|
55
52
|
"@eslint-types/typescript-eslint": "7.5.0",
|
|
56
53
|
"@eslint-types/unicorn": "52.0.0",
|
|
57
54
|
"@eslint/markdown": "6.2.2",
|
|
58
|
-
"@stylistic/eslint-plugin": "
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
60
|
-
"@typescript-eslint/parser": "8.
|
|
61
|
-
"@vitest/eslint-plugin": "1.1.
|
|
62
|
-
"eslint-config-flat-gitignore": "2.
|
|
63
|
-
"eslint-config-prettier": "10.0.
|
|
55
|
+
"@stylistic/eslint-plugin": "4.2.0",
|
|
56
|
+
"@typescript-eslint/eslint-plugin": "8.26.0",
|
|
57
|
+
"@typescript-eslint/parser": "8.26.0",
|
|
58
|
+
"@vitest/eslint-plugin": "1.1.36",
|
|
59
|
+
"eslint-config-flat-gitignore": "2.1.0",
|
|
60
|
+
"eslint-config-prettier": "10.0.2",
|
|
64
61
|
"eslint-flat-config-utils": "2.0.1",
|
|
65
|
-
"eslint-merge-processors": "
|
|
66
|
-
"eslint-plugin-antfu": "3.
|
|
62
|
+
"eslint-merge-processors": "2.0.0",
|
|
63
|
+
"eslint-plugin-antfu": "3.1.0",
|
|
67
64
|
"eslint-plugin-format": "1.0.1",
|
|
68
65
|
"eslint-plugin-html": "8.1.2",
|
|
69
66
|
"eslint-plugin-import-x": "4.6.1",
|
|
70
67
|
"eslint-plugin-jsonc": "2.19.1",
|
|
71
|
-
"eslint-plugin-n": "17.
|
|
68
|
+
"eslint-plugin-n": "17.16.2",
|
|
72
69
|
"eslint-plugin-no-only-tests": "3.3.0",
|
|
73
|
-
"eslint-plugin-perfectionist": "4.
|
|
70
|
+
"eslint-plugin-perfectionist": "4.9.0",
|
|
71
|
+
"eslint-plugin-pnpm-catalogs": "0.1.0",
|
|
74
72
|
"eslint-plugin-prettier": "5.2.3",
|
|
75
|
-
"eslint-plugin-unicorn": "
|
|
73
|
+
"eslint-plugin-unicorn": "57.0.0",
|
|
76
74
|
"eslint-plugin-unused-imports": "4.1.4",
|
|
77
|
-
"eslint-plugin-vue": "
|
|
78
|
-
"eslint-plugin-yml": "1.
|
|
79
|
-
"eslint-processor-vue-blocks": "
|
|
80
|
-
"globals": "
|
|
75
|
+
"eslint-plugin-vue": "10.0.0",
|
|
76
|
+
"eslint-plugin-yml": "1.17.0",
|
|
77
|
+
"eslint-processor-vue-blocks": "2.0.0",
|
|
78
|
+
"globals": "16.0.0",
|
|
81
79
|
"jsonc-eslint-parser": "2.4.0",
|
|
82
|
-
"local-pkg": "1.
|
|
83
|
-
"prettier": "3.
|
|
84
|
-
"vue-eslint-parser": "
|
|
85
|
-
"yaml-eslint-parser": "1.
|
|
80
|
+
"local-pkg": "1.1.1",
|
|
81
|
+
"prettier": "3.5.3",
|
|
82
|
+
"vue-eslint-parser": "10.1.1",
|
|
83
|
+
"yaml-eslint-parser": "1.3.0"
|
|
86
84
|
},
|
|
87
85
|
"devDependencies": {
|
|
88
86
|
"@commitlint/cli": "19.7.1",
|
|
89
87
|
"@commitlint/config-conventional": "19.7.1",
|
|
90
|
-
"@eslint/config-inspector": "1.0.
|
|
91
|
-
"@types/node": "20.17.
|
|
88
|
+
"@eslint/config-inspector": "1.0.2",
|
|
89
|
+
"@types/node": "20.17.23",
|
|
92
90
|
"@types/prompts": "2.4.9",
|
|
93
|
-
"bumpp": "10.0.
|
|
94
|
-
"eslint": "9.
|
|
91
|
+
"bumpp": "10.0.3",
|
|
92
|
+
"eslint": "9.21.0",
|
|
95
93
|
"eslint-plugin-regexp": "2.7.0",
|
|
96
|
-
"eslint-typegen": "
|
|
94
|
+
"eslint-typegen": "2.0.0",
|
|
97
95
|
"esno": "4.8.0",
|
|
98
96
|
"husky": "9.1.7",
|
|
99
97
|
"lint-staged": "15.4.3",
|
|
100
98
|
"rimraf": "6.0.1",
|
|
101
|
-
"tsup": "8.
|
|
102
|
-
"typescript": "5.
|
|
103
|
-
"@rotki/eslint-config": "
|
|
99
|
+
"tsup": "8.4.0",
|
|
100
|
+
"typescript": "5.8.2",
|
|
101
|
+
"@rotki/eslint-config": "4.0.0"
|
|
104
102
|
},
|
|
105
103
|
"engines": {
|
|
106
104
|
"node": ">=20 <21",
|
|
107
|
-
"pnpm": ">=
|
|
105
|
+
"pnpm": ">=10 <11"
|
|
108
106
|
},
|
|
109
107
|
"resolutions": {
|
|
110
108
|
"@typescript-eslint/utils": "^8.15.0"
|
|
@@ -113,10 +111,10 @@
|
|
|
113
111
|
"*": "eslint --fix"
|
|
114
112
|
},
|
|
115
113
|
"scripts": {
|
|
116
|
-
"build": "pnpm run typegen && tsup
|
|
117
|
-
"stub": "tsup
|
|
118
|
-
"dev": "tsup
|
|
119
|
-
"watch": "tsup --
|
|
114
|
+
"build": "pnpm run typegen && tsup --clean --dts",
|
|
115
|
+
"stub": "tsup",
|
|
116
|
+
"dev": "tsup --watch & npx @eslint/config-inspector --config eslint.config.ts",
|
|
117
|
+
"watch": "tsup --watch",
|
|
120
118
|
"lint": "eslint .",
|
|
121
119
|
"release": "bumpp -r --no-push",
|
|
122
120
|
"typegen": "esno scripts/typegen.ts",
|