@ivanmaxlogiudice/eslint-config 3.0.0-beta.6 → 3.0.0-beta.7
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/cli.js +5 -5
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/cli.js
CHANGED
|
@@ -11,8 +11,8 @@ import c from "picocolors";
|
|
|
11
11
|
// package.json
|
|
12
12
|
var package_default = {
|
|
13
13
|
name: "@ivanmaxlogiudice/eslint-config",
|
|
14
|
-
version: "3.0.0-beta.
|
|
15
|
-
packageManager: "bun@1.1.
|
|
14
|
+
version: "3.0.0-beta.7",
|
|
15
|
+
packageManager: "bun@1.1.26",
|
|
16
16
|
description: "Personal ESLint config",
|
|
17
17
|
type: "module",
|
|
18
18
|
keywords: ["eslint-config"],
|
|
@@ -111,10 +111,10 @@ var package_default = {
|
|
|
111
111
|
"@types/eslint": "^9.6.0",
|
|
112
112
|
"@types/node": "^22.5.0",
|
|
113
113
|
"@types/yargs": "^17.0.33",
|
|
114
|
-
"@unocss/eslint-plugin": "^0.62.
|
|
114
|
+
"@unocss/eslint-plugin": "^0.62.3",
|
|
115
115
|
bumpp: "^9.5.2",
|
|
116
|
-
"bun-types": "^1.1.
|
|
117
|
-
eslint: "^9.9.
|
|
116
|
+
"bun-types": "^1.1.26",
|
|
117
|
+
eslint: "^9.9.1",
|
|
118
118
|
"eslint-plugin-markdown": "^5.1.0",
|
|
119
119
|
"eslint-plugin-regexp": "^2.6.0",
|
|
120
120
|
"eslint-plugin-vue": "^9.27.0",
|
package/dist/index.js
CHANGED
|
@@ -1260,7 +1260,7 @@ async function vue(options = {}) {
|
|
|
1260
1260
|
...plugin9.configs["vue3-recommended"].rules,
|
|
1261
1261
|
"node/prefer-global/process": "off",
|
|
1262
1262
|
"vue/block-order": ["error", {
|
|
1263
|
-
order: ["
|
|
1263
|
+
order: ["script", "template", "style"]
|
|
1264
1264
|
}],
|
|
1265
1265
|
"vue/component-name-in-template-casing": ["error", "PascalCase"],
|
|
1266
1266
|
"vue/component-options-name-casing": ["error", "PascalCase"],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ivanmaxlogiudice/eslint-config",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
4
|
-
"packageManager": "bun@1.1.
|
|
3
|
+
"version": "3.0.0-beta.7",
|
|
4
|
+
"packageManager": "bun@1.1.26",
|
|
5
5
|
"description": "Personal ESLint config",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"keywords": ["eslint-config"],
|
|
@@ -100,10 +100,10 @@
|
|
|
100
100
|
"@types/eslint": "^9.6.0",
|
|
101
101
|
"@types/node": "^22.5.0",
|
|
102
102
|
"@types/yargs": "^17.0.33",
|
|
103
|
-
"@unocss/eslint-plugin": "^0.62.
|
|
103
|
+
"@unocss/eslint-plugin": "^0.62.3",
|
|
104
104
|
"bumpp": "^9.5.2",
|
|
105
|
-
"bun-types": "^1.1.
|
|
106
|
-
"eslint": "^9.9.
|
|
105
|
+
"bun-types": "^1.1.26",
|
|
106
|
+
"eslint": "^9.9.1",
|
|
107
107
|
"eslint-plugin-markdown": "^5.1.0",
|
|
108
108
|
"eslint-plugin-regexp": "^2.6.0",
|
|
109
109
|
"eslint-plugin-vue": "^9.27.0",
|