@vinicunca/eslint-config 3.12.0 → 3.14.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 +1509 -578
- package/dist/index.js +1 -0
- package/package.json +15 -15
package/dist/index.js
CHANGED
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.14.0",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -109,37 +109,37 @@
|
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
111
|
"dependencies": {
|
|
112
|
-
"@antfu/install-pkg": "^1.
|
|
112
|
+
"@antfu/install-pkg": "^1.1.0",
|
|
113
113
|
"@clack/prompts": "^0.10.1",
|
|
114
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.
|
|
115
|
-
"@eslint/markdown": "^6.
|
|
114
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
115
|
+
"@eslint/markdown": "^6.4.0",
|
|
116
116
|
"@stylistic/eslint-plugin": "^4.2.0",
|
|
117
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
118
|
-
"@typescript-eslint/parser": "^8.
|
|
117
|
+
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
|
118
|
+
"@typescript-eslint/parser": "^8.32.1",
|
|
119
119
|
"@unocss/eslint-plugin": "^66.0.0",
|
|
120
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
120
|
+
"@vitest/eslint-plugin": "^1.1.44",
|
|
121
121
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
122
122
|
"eslint-flat-config-utils": "^2.0.1",
|
|
123
123
|
"eslint-merge-processors": "^2.0.0",
|
|
124
124
|
"eslint-plugin-antfu": "^3.1.1",
|
|
125
125
|
"eslint-plugin-command": "^3.2.0",
|
|
126
126
|
"eslint-plugin-format": "^1.0.1",
|
|
127
|
-
"eslint-plugin-import-x": "^4.
|
|
128
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
127
|
+
"eslint-plugin-import-x": "^4.11.1",
|
|
128
|
+
"eslint-plugin-jsdoc": "^50.6.17",
|
|
129
129
|
"eslint-plugin-jsonc": "^2.20.0",
|
|
130
|
-
"eslint-plugin-n": "^17.
|
|
130
|
+
"eslint-plugin-n": "^17.18.0",
|
|
131
131
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
132
|
-
"eslint-plugin-perfectionist": "^4.
|
|
132
|
+
"eslint-plugin-perfectionist": "^4.13.0",
|
|
133
133
|
"eslint-plugin-pnpm": "^0.3.1",
|
|
134
134
|
"eslint-plugin-regexp": "^2.7.0",
|
|
135
135
|
"eslint-plugin-sonarjs": "^3.0.2",
|
|
136
136
|
"eslint-plugin-toml": "^0.12.0",
|
|
137
|
-
"eslint-plugin-unicorn": "^
|
|
137
|
+
"eslint-plugin-unicorn": "^59.0.1",
|
|
138
138
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
139
|
-
"eslint-plugin-vue": "^10.
|
|
140
|
-
"eslint-plugin-yml": "^1.
|
|
139
|
+
"eslint-plugin-vue": "^10.1.0",
|
|
140
|
+
"eslint-plugin-yml": "^1.18.0",
|
|
141
141
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
142
|
-
"globals": "^16.
|
|
142
|
+
"globals": "^16.1.0",
|
|
143
143
|
"jsonc-eslint-parser": "^2.4.0",
|
|
144
144
|
"local-pkg": "^1.1.1",
|
|
145
145
|
"toml-eslint-parser": "^0.10.0",
|