@vinicunca/eslint-config 2.15.0 → 2.15.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.cjs +10 -1
- package/dist/index.js +10 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1371,7 +1371,10 @@ async function perfectionist() {
|
|
|
1371
1371
|
ERROR,
|
|
1372
1372
|
{ order: "asc", type: "natural" }
|
|
1373
1373
|
],
|
|
1374
|
-
"perfectionist/sort-vue-attributes": [OFF]
|
|
1374
|
+
"perfectionist/sort-vue-attributes": [OFF],
|
|
1375
|
+
"perfectionist/sort-objects": OFF,
|
|
1376
|
+
"perfectionist/sort-object-types": OFF,
|
|
1377
|
+
"perfectionist/sort-interfaces": OFF
|
|
1375
1378
|
}
|
|
1376
1379
|
}
|
|
1377
1380
|
];
|
|
@@ -2559,6 +2562,12 @@ async function yaml(options = {}) {
|
|
|
2559
2562
|
} : {},
|
|
2560
2563
|
...overrides
|
|
2561
2564
|
}
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
files: ["pnpm-workspace.yaml"],
|
|
2568
|
+
rules: {
|
|
2569
|
+
"yaml/sort-keys": ERROR
|
|
2570
|
+
}
|
|
2562
2571
|
}
|
|
2563
2572
|
];
|
|
2564
2573
|
}
|
package/dist/index.js
CHANGED
|
@@ -1253,7 +1253,10 @@ async function perfectionist() {
|
|
|
1253
1253
|
ERROR,
|
|
1254
1254
|
{ order: "asc", type: "natural" }
|
|
1255
1255
|
],
|
|
1256
|
-
"perfectionist/sort-vue-attributes": [OFF]
|
|
1256
|
+
"perfectionist/sort-vue-attributes": [OFF],
|
|
1257
|
+
"perfectionist/sort-objects": OFF,
|
|
1258
|
+
"perfectionist/sort-object-types": OFF,
|
|
1259
|
+
"perfectionist/sort-interfaces": OFF
|
|
1257
1260
|
}
|
|
1258
1261
|
}
|
|
1259
1262
|
];
|
|
@@ -2441,6 +2444,12 @@ async function yaml(options = {}) {
|
|
|
2441
2444
|
} : {},
|
|
2442
2445
|
...overrides
|
|
2443
2446
|
}
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
files: ["pnpm-workspace.yaml"],
|
|
2450
|
+
rules: {
|
|
2451
|
+
"yaml/sort-keys": ERROR
|
|
2452
|
+
}
|
|
2444
2453
|
}
|
|
2445
2454
|
];
|
|
2446
2455
|
}
|