@vinicunca/eslint-config 2.8.0 → 2.9.2

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 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.2.4_jiti@1.21.6_postcss@8.4.41_tsx@4.17.1_typescript@5.5.4/node_modules/tsup/assets/cjs_shims.js
115
+ // ../node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.41_tsx@4.17.1_typescript@5.5.4_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
 
@@ -633,7 +633,7 @@ async function formatters(options = {}, stylistic2 = {}) {
633
633
  languageOptions: {
634
634
  parser: parserPlain
635
635
  },
636
- name: "antfu/formatter/xml",
636
+ name: "vinicunca/formatter/xml",
637
637
  rules: {
638
638
  "format/prettier": [
639
639
  ERROR,
@@ -655,7 +655,7 @@ async function formatters(options = {}, stylistic2 = {}) {
655
655
  languageOptions: {
656
656
  parser: parserPlain
657
657
  },
658
- name: "antfu/formatter/svg",
658
+ name: "vinicunca/formatter/svg",
659
659
  rules: {
660
660
  "format/prettier": [
661
661
  ERROR,
@@ -2582,7 +2582,7 @@ function vinicuncaESLint(options = {}, ...userConfigs) {
2582
2582
  if (isInEditor == null) {
2583
2583
  isInEditor = isInEditorEnv();
2584
2584
  if (isInEditor) {
2585
- console.log("[@antfu/eslint-config] Detected running in editor, some rules are disabled.");
2585
+ console.log("[@vinicunca/eslint-config] Detected running in editor, some rules are disabled.");
2586
2586
  }
2587
2587
  }
2588
2588
  let stylisticOptions = {};