@vinicunca/eslint-config 2.7.8 → 2.8.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 +817 -187
- package/dist/index.d.cts +347 -162
- package/dist/index.d.ts +347 -162
- package/dist/index.js +803 -193
- package/package.json +73 -25
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.8.0",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -55,31 +55,89 @@
|
|
|
55
55
|
"node": ">=20.0.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"eslint": "
|
|
58
|
+
"@eslint-react/eslint-plugin": "^1.5.8",
|
|
59
|
+
"@prettier/plugin-xml": "^3.4.1",
|
|
60
|
+
"@unocss/eslint-plugin": ">=0.50.0",
|
|
61
|
+
"astro-eslint-parser": "^1.0.2",
|
|
62
|
+
"eslint": ">=8.40.0",
|
|
63
|
+
"eslint-plugin-astro": "^1.2.0",
|
|
64
|
+
"eslint-plugin-format": ">=0.1.0",
|
|
65
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
66
|
+
"eslint-plugin-react-refresh": "^0.4.4",
|
|
67
|
+
"eslint-plugin-solid": "^0.13.2",
|
|
68
|
+
"eslint-plugin-svelte": ">=2.35.1",
|
|
69
|
+
"prettier-plugin-astro": "^0.13.0",
|
|
70
|
+
"prettier-plugin-slidev": "^1.0.5",
|
|
71
|
+
"svelte-eslint-parser": ">=0.37.0"
|
|
72
|
+
},
|
|
73
|
+
"peerDependenciesMeta": {
|
|
74
|
+
"@eslint-react/eslint-plugin": {
|
|
75
|
+
"optional": true
|
|
76
|
+
},
|
|
77
|
+
"@prettier/plugin-xml": {
|
|
78
|
+
"optional": true
|
|
79
|
+
},
|
|
80
|
+
"@unocss/eslint-plugin": {
|
|
81
|
+
"optional": true
|
|
82
|
+
},
|
|
83
|
+
"astro-eslint-parser": {
|
|
84
|
+
"optional": true
|
|
85
|
+
},
|
|
86
|
+
"eslint-plugin-astro": {
|
|
87
|
+
"optional": true
|
|
88
|
+
},
|
|
89
|
+
"eslint-plugin-format": {
|
|
90
|
+
"optional": true
|
|
91
|
+
},
|
|
92
|
+
"eslint-plugin-react-hooks": {
|
|
93
|
+
"optional": true
|
|
94
|
+
},
|
|
95
|
+
"eslint-plugin-react-refresh": {
|
|
96
|
+
"optional": true
|
|
97
|
+
},
|
|
98
|
+
"eslint-plugin-solid": {
|
|
99
|
+
"optional": true
|
|
100
|
+
},
|
|
101
|
+
"eslint-plugin-svelte": {
|
|
102
|
+
"optional": true
|
|
103
|
+
},
|
|
104
|
+
"prettier-plugin-astro": {
|
|
105
|
+
"optional": true
|
|
106
|
+
},
|
|
107
|
+
"prettier-plugin-slidev": {
|
|
108
|
+
"optional": true
|
|
109
|
+
},
|
|
110
|
+
"svelte-eslint-parser": {
|
|
111
|
+
"optional": true
|
|
112
|
+
}
|
|
59
113
|
},
|
|
60
114
|
"dependencies": {
|
|
61
|
-
"@
|
|
62
|
-
"@
|
|
63
|
-
"@
|
|
64
|
-
"@
|
|
65
|
-
"@
|
|
66
|
-
"@
|
|
115
|
+
"@antfu/install-pkg": "^0.4.0",
|
|
116
|
+
"@clack/prompts": "^0.7.0",
|
|
117
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
118
|
+
"@eslint-react/eslint-plugin": "^1.12.1",
|
|
119
|
+
"@stylistic/eslint-plugin": "^2.6.4",
|
|
120
|
+
"@typescript-eslint/eslint-plugin": "^8.2.0",
|
|
121
|
+
"@typescript-eslint/parser": "^8.2.0",
|
|
122
|
+
"@unocss/eslint-plugin": "^0.62.2",
|
|
123
|
+
"@vitest/eslint-plugin": "^1.0.3",
|
|
67
124
|
"eslint-config-flat-gitignore": "^0.1.8",
|
|
68
|
-
"eslint-flat-config-utils": "^0.3.
|
|
125
|
+
"eslint-flat-config-utils": "^0.3.1",
|
|
69
126
|
"eslint-merge-processors": "^0.1.0",
|
|
70
|
-
"eslint-plugin-antfu": "^2.3.
|
|
71
|
-
"eslint-plugin-
|
|
127
|
+
"eslint-plugin-antfu": "^2.3.6",
|
|
128
|
+
"eslint-plugin-command": "^0.2.3",
|
|
72
129
|
"eslint-plugin-format": "^0.1.2",
|
|
73
130
|
"eslint-plugin-import-x": "^3.1.0",
|
|
74
|
-
"eslint-plugin-jsdoc": "^50.
|
|
131
|
+
"eslint-plugin-jsdoc": "^50.2.2",
|
|
75
132
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
76
133
|
"eslint-plugin-markdown": "^5.1.0",
|
|
77
134
|
"eslint-plugin-n": "^17.10.2",
|
|
78
|
-
"eslint-plugin-no-only-tests": "^3.
|
|
79
|
-
"eslint-plugin-perfectionist": "^3.
|
|
135
|
+
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
136
|
+
"eslint-plugin-perfectionist": "^3.2.0",
|
|
80
137
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
81
138
|
"eslint-plugin-regexp": "^2.6.0",
|
|
82
139
|
"eslint-plugin-sonarjs": "^1.0.4",
|
|
140
|
+
"eslint-plugin-toml": "^0.11.1",
|
|
83
141
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
84
142
|
"eslint-plugin-unused-imports": "^4.1.3",
|
|
85
143
|
"eslint-plugin-vue": "^9.27.0",
|
|
@@ -88,20 +146,10 @@
|
|
|
88
146
|
"globals": "^15.9.0",
|
|
89
147
|
"jsonc-eslint-parser": "^2.4.0",
|
|
90
148
|
"local-pkg": "^0.5.0",
|
|
149
|
+
"toml-eslint-parser": "^0.10.0",
|
|
91
150
|
"vue-eslint-parser": "^9.4.3",
|
|
92
151
|
"yaml-eslint-parser": "^1.2.3"
|
|
93
152
|
},
|
|
94
|
-
"devDependencies": {
|
|
95
|
-
"@types/eslint": "^9.6.0",
|
|
96
|
-
"@types/fs-extra": "^11.0.4",
|
|
97
|
-
"eslint-typegen": "^0.3.0",
|
|
98
|
-
"execa": "^9.3.0",
|
|
99
|
-
"fast-glob": "^3.3.2",
|
|
100
|
-
"fs-extra": "^11.2.0",
|
|
101
|
-
"react": "^18.3.1",
|
|
102
|
-
"tsup": "^8.2.4",
|
|
103
|
-
"vue": "^3.4.37"
|
|
104
|
-
},
|
|
105
153
|
"scripts": {
|
|
106
154
|
"lint": "eslint -v",
|
|
107
155
|
"test": "vitest",
|