@vinicunca/eslint-config 3.0.0 → 3.3.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.d.ts +1163 -431
- package/dist/index.js +0 -1
- package/package.json +30 -28
package/dist/index.js
CHANGED
|
@@ -330,7 +330,6 @@ async function stylistic(options = {}) {
|
|
|
330
330
|
};
|
|
331
331
|
const pluginStylistic = await interopDefault(import("@stylistic/eslint-plugin"));
|
|
332
332
|
const config = pluginStylistic.configs.customize({
|
|
333
|
-
flat: true,
|
|
334
333
|
indent,
|
|
335
334
|
jsx: jsx2,
|
|
336
335
|
pluginName: "style",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.3.0",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -49,21 +49,23 @@
|
|
|
49
49
|
"dist"
|
|
50
50
|
],
|
|
51
51
|
"engines": {
|
|
52
|
-
"node": ">=
|
|
52
|
+
"node": ">=22.0.0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
55
|
+
"@eslint-react/eslint-plugin": "^1.19.0",
|
|
56
56
|
"@prettier/plugin-xml": "^3.4.1",
|
|
57
|
-
"
|
|
58
|
-
"eslint": "^
|
|
59
|
-
"eslint
|
|
57
|
+
"@unocss/eslint-plugin": ">=0.50.0",
|
|
58
|
+
"astro-eslint-parser": "^1.0.2",
|
|
59
|
+
"eslint": "^9.10.0",
|
|
60
|
+
"eslint-plugin-astro": "^1.2.0",
|
|
61
|
+
"eslint-plugin-format": ">=0.1.0",
|
|
60
62
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
61
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
62
|
-
"eslint-plugin-solid": "^0.14.
|
|
63
|
-
"eslint-plugin-svelte": ">=2.
|
|
64
|
-
"prettier-plugin-astro": "^0.14.
|
|
63
|
+
"eslint-plugin-react-refresh": "^0.4.4",
|
|
64
|
+
"eslint-plugin-solid": "^0.14.3",
|
|
65
|
+
"eslint-plugin-svelte": ">=2.35.1",
|
|
66
|
+
"prettier-plugin-astro": "^0.14.0",
|
|
65
67
|
"prettier-plugin-slidev": "^1.0.5",
|
|
66
|
-
"svelte-eslint-parser": ">=0.
|
|
68
|
+
"svelte-eslint-parser": ">=0.37.0"
|
|
67
69
|
},
|
|
68
70
|
"peerDependenciesMeta": {
|
|
69
71
|
"@eslint-react/eslint-plugin": {
|
|
@@ -108,35 +110,35 @@
|
|
|
108
110
|
},
|
|
109
111
|
"dependencies": {
|
|
110
112
|
"@antfu/install-pkg": "^1.0.0",
|
|
111
|
-
"@clack/prompts": "^0.
|
|
113
|
+
"@clack/prompts": "^0.10.0",
|
|
112
114
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
113
115
|
"@eslint/markdown": "^6.2.2",
|
|
114
|
-
"@stylistic/eslint-plugin": "^
|
|
115
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
116
|
-
"@typescript-eslint/parser": "^8.
|
|
117
|
-
"@unocss/eslint-plugin": "^65.
|
|
118
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
119
|
-
"eslint-config-flat-gitignore": "^1.0
|
|
120
|
-
"eslint-flat-config-utils": "^2.0.
|
|
121
|
-
"eslint-merge-processors": "^
|
|
122
|
-
"eslint-plugin-antfu": "^3.
|
|
123
|
-
"eslint-plugin-command": "^3.
|
|
116
|
+
"@stylistic/eslint-plugin": "^4.0.0",
|
|
117
|
+
"@typescript-eslint/eslint-plugin": "^8.24.1",
|
|
118
|
+
"@typescript-eslint/parser": "^8.24.1",
|
|
119
|
+
"@unocss/eslint-plugin": "^65.5.0",
|
|
120
|
+
"@vitest/eslint-plugin": "^1.1.31",
|
|
121
|
+
"eslint-config-flat-gitignore": "^2.1.0",
|
|
122
|
+
"eslint-flat-config-utils": "^2.0.1",
|
|
123
|
+
"eslint-merge-processors": "^2.0.0",
|
|
124
|
+
"eslint-plugin-antfu": "^3.1.0",
|
|
125
|
+
"eslint-plugin-command": "^3.1.0",
|
|
124
126
|
"eslint-plugin-format": "^1.0.1",
|
|
125
127
|
"eslint-plugin-import-x": "^4.6.1",
|
|
126
128
|
"eslint-plugin-jsdoc": "^50.6.3",
|
|
127
129
|
"eslint-plugin-jsonc": "^2.19.1",
|
|
128
130
|
"eslint-plugin-n": "^17.15.1",
|
|
129
131
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
130
|
-
"eslint-plugin-perfectionist": "^4.
|
|
132
|
+
"eslint-plugin-perfectionist": "^4.9.0",
|
|
131
133
|
"eslint-plugin-regexp": "^2.7.0",
|
|
132
|
-
"eslint-plugin-sonarjs": "^3.0.
|
|
134
|
+
"eslint-plugin-sonarjs": "^3.0.2",
|
|
133
135
|
"eslint-plugin-toml": "^0.12.0",
|
|
134
|
-
"eslint-plugin-unicorn": "^
|
|
136
|
+
"eslint-plugin-unicorn": "^57.0.0",
|
|
135
137
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
136
138
|
"eslint-plugin-vue": "^9.32.0",
|
|
137
|
-
"eslint-plugin-yml": "^1.
|
|
138
|
-
"eslint-processor-vue-blocks": "^
|
|
139
|
-
"globals": "^15.
|
|
139
|
+
"eslint-plugin-yml": "^1.17.0",
|
|
140
|
+
"eslint-processor-vue-blocks": "^2.0.0",
|
|
141
|
+
"globals": "^15.15.0",
|
|
140
142
|
"jsonc-eslint-parser": "^2.4.0",
|
|
141
143
|
"local-pkg": "^1.0.0",
|
|
142
144
|
"toml-eslint-parser": "^0.10.0",
|