@vinicunca/eslint-config 2.11.11 → 2.12.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.cjs +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -112,7 +112,7 @@ __export(src_exports, {
|
|
|
112
112
|
});
|
|
113
113
|
module.exports = __toCommonJS(src_exports);
|
|
114
114
|
|
|
115
|
-
// ../node_modules/.pnpm/tsup@8.3.
|
|
115
|
+
// ../node_modules/.pnpm/tsup@8.3.5_jiti@2.3.3_postcss@8.4.47_tsx@4.19.0_typescript@5.6.3_yaml@2.5.0/node_modules/tsup/assets/cjs_shims.js
|
|
116
116
|
var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
117
117
|
var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
118
118
|
|
package/dist/index.d.cts
CHANGED
|
@@ -13957,6 +13957,8 @@ type TsSwitchExhaustivenessCheck = []|[{
|
|
|
13957
13957
|
|
|
13958
13958
|
allowDefaultCaseForExhaustiveSwitch?: boolean
|
|
13959
13959
|
|
|
13960
|
+
considerDefaultExhaustiveForUnions?: boolean
|
|
13961
|
+
|
|
13960
13962
|
requireDefaultForNonUnion?: boolean
|
|
13961
13963
|
}]
|
|
13962
13964
|
// ----- ts/triple-slash-reference -----
|
package/dist/index.d.ts
CHANGED
|
@@ -13957,6 +13957,8 @@ type TsSwitchExhaustivenessCheck = []|[{
|
|
|
13957
13957
|
|
|
13958
13958
|
allowDefaultCaseForExhaustiveSwitch?: boolean
|
|
13959
13959
|
|
|
13960
|
+
considerDefaultExhaustiveForUnions?: boolean
|
|
13961
|
+
|
|
13960
13962
|
requireDefaultForNonUnion?: boolean
|
|
13961
13963
|
}]
|
|
13962
13964
|
// ----- ts/triple-slash-reference -----
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.12.0",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
110
110
|
"@eslint/markdown": "^6.2.1",
|
|
111
111
|
"@stylistic/eslint-plugin": "^2.9.0",
|
|
112
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
113
|
-
"@typescript-eslint/parser": "^8.
|
|
112
|
+
"@typescript-eslint/eslint-plugin": "^8.12.1",
|
|
113
|
+
"@typescript-eslint/parser": "^8.12.1",
|
|
114
114
|
"@unocss/eslint-plugin": "^0.63.6",
|
|
115
115
|
"@vitest/eslint-plugin": "^1.1.7",
|
|
116
116
|
"eslint-config-flat-gitignore": "^0.3.0",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"eslint-plugin-toml": "^0.11.1",
|
|
131
131
|
"eslint-plugin-unicorn": "^56.0.0",
|
|
132
132
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
133
|
-
"eslint-plugin-vue": "^9.
|
|
133
|
+
"eslint-plugin-vue": "^9.30.0",
|
|
134
134
|
"eslint-plugin-yml": "^1.14.0",
|
|
135
135
|
"eslint-processor-vue-blocks": "^0.1.2",
|
|
136
136
|
"globals": "^15.11.0",
|