@vinicunca/eslint-config 3.0.0 → 3.1.1
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 +955 -211
- package/dist/index.js +0 -1
- package/package.json +16 -16
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.1.1",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -108,35 +108,35 @@
|
|
|
108
108
|
},
|
|
109
109
|
"dependencies": {
|
|
110
110
|
"@antfu/install-pkg": "^1.0.0",
|
|
111
|
-
"@clack/prompts": "^0.
|
|
111
|
+
"@clack/prompts": "^0.10.0",
|
|
112
112
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
113
113
|
"@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": "^
|
|
120
|
-
"eslint-flat-config-utils": "^2.0.
|
|
121
|
-
"eslint-merge-processors": "^
|
|
122
|
-
"eslint-plugin-antfu": "^3.
|
|
123
|
-
"eslint-plugin-command": "^3.
|
|
114
|
+
"@stylistic/eslint-plugin": "^4.0.0-beta.1",
|
|
115
|
+
"@typescript-eslint/eslint-plugin": "^8.24.0",
|
|
116
|
+
"@typescript-eslint/parser": "^8.24.0",
|
|
117
|
+
"@unocss/eslint-plugin": "^65.5.0",
|
|
118
|
+
"@vitest/eslint-plugin": "^1.1.31",
|
|
119
|
+
"eslint-config-flat-gitignore": "^2.0.0",
|
|
120
|
+
"eslint-flat-config-utils": "^2.0.1",
|
|
121
|
+
"eslint-merge-processors": "^2.0.0",
|
|
122
|
+
"eslint-plugin-antfu": "^3.1.0",
|
|
123
|
+
"eslint-plugin-command": "^3.1.0",
|
|
124
124
|
"eslint-plugin-format": "^1.0.1",
|
|
125
125
|
"eslint-plugin-import-x": "^4.6.1",
|
|
126
126
|
"eslint-plugin-jsdoc": "^50.6.3",
|
|
127
127
|
"eslint-plugin-jsonc": "^2.19.1",
|
|
128
128
|
"eslint-plugin-n": "^17.15.1",
|
|
129
129
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
130
|
-
"eslint-plugin-perfectionist": "^4.
|
|
130
|
+
"eslint-plugin-perfectionist": "^4.9.0",
|
|
131
131
|
"eslint-plugin-regexp": "^2.7.0",
|
|
132
|
-
"eslint-plugin-sonarjs": "^3.0.
|
|
132
|
+
"eslint-plugin-sonarjs": "^3.0.2",
|
|
133
133
|
"eslint-plugin-toml": "^0.12.0",
|
|
134
134
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
135
135
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
136
136
|
"eslint-plugin-vue": "^9.32.0",
|
|
137
137
|
"eslint-plugin-yml": "^1.16.0",
|
|
138
|
-
"eslint-processor-vue-blocks": "^
|
|
139
|
-
"globals": "^15.
|
|
138
|
+
"eslint-processor-vue-blocks": "^2.0.0",
|
|
139
|
+
"globals": "^15.15.0",
|
|
140
140
|
"jsonc-eslint-parser": "^2.4.0",
|
|
141
141
|
"local-pkg": "^1.0.0",
|
|
142
142
|
"toml-eslint-parser": "^0.10.0",
|