@vinicunca/eslint-config 2.11.1 → 2.11.3
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 +2 -2
- package/dist/index.d.cts +206 -106
- package/dist/index.d.ts +206 -106
- package/dist/index.js +1 -1
- package/package.json +20 -20
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.
|
|
115
|
+
// ../node_modules/.pnpm/tsup@8.3.0_jiti@2.0.0_postcss@8.4.47_tsx@4.19.0_typescript@5.6.2_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
|
|
|
@@ -1242,7 +1242,7 @@ async function markdown(options = {}) {
|
|
|
1242
1242
|
files = [GLOB_MARKDOWN],
|
|
1243
1243
|
overrides = {}
|
|
1244
1244
|
} = options;
|
|
1245
|
-
const markdown2 = await interopDefault(import("eslint
|
|
1245
|
+
const markdown2 = await interopDefault(import("@eslint/markdown"));
|
|
1246
1246
|
return [
|
|
1247
1247
|
{
|
|
1248
1248
|
name: "vinicunca/markdown/setup",
|