@icebreakers/eslint-config 4.0.9 → 4.0.11
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/README.md +3 -3
- package/README.zh.md +3 -3
- package/dist/chunk-BrWF7lJc.cjs +64 -0
- package/dist/{chunk-o8xxKEmq.js → chunk-DwxmvJxx.js} +11 -2
- package/dist/dist-3Yuo5ZWh.js +105843 -0
- package/dist/dist-D2WUqnUR.cjs +105850 -0
- package/dist/index.cjs +9 -41
- package/dist/index.d.cts +202 -1618
- package/dist/index.d.ts +202 -1618
- package/dist/index.js +4 -4
- package/dist/jiti-DflBE4I9.js +5460 -0
- package/dist/jiti-rvW1Nngq.cjs +5460 -0
- package/dist/lib-COpZ8-nd.js +6389 -0
- package/dist/lib-Du7EF351.js +129060 -0
- package/dist/lib-VdWhDy2o.cjs +129064 -0
- package/dist/lib-ivfmw_L0.cjs +6394 -0
- package/dist/modern-D06QebMM.cjs +1143 -0
- package/dist/modern-DE63O_Ru.js +1141 -0
- package/dist/src-ByvzhpaY.js +1173 -0
- package/dist/src-seAD4Fwt.cjs +1175 -0
- package/dist/stylelint.cjs +1 -1
- package/package.json +10 -14
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { i as __reExport, o as __toESM, r as __exportAll } from "./chunk-DwxmvJxx.js";
|
|
2
2
|
import { createRequire } from "node:module";
|
|
3
3
|
import path from "node:path";
|
|
4
4
|
import process from "node:process";
|
|
@@ -260,10 +260,10 @@ function resolveMdxPresets(isEnabled) {
|
|
|
260
260
|
function resolveAccessibilityPresets(isEnabled, vueOption, reactOption) {
|
|
261
261
|
if (!isEnabled) return [];
|
|
262
262
|
const presets = [];
|
|
263
|
-
if (vueOption && hasAllPackages(VUE_A11Y_PACKAGES)) presets.push((0, antfu_exports.interopDefault)(import("
|
|
263
|
+
if (vueOption && hasAllPackages(VUE_A11Y_PACKAGES)) presets.push((0, antfu_exports.interopDefault)(import("./dist-3Yuo5ZWh.js").then((m) => /* @__PURE__ */ __toESM(m.default, 1))).then((pluginVueA11y) => {
|
|
264
264
|
return pluginVueA11y.configs["flat/recommended"];
|
|
265
265
|
}));
|
|
266
|
-
if (reactOption && hasAllPackages(REACT_A11Y_PACKAGES)) presets.push((0, antfu_exports.interopDefault)(import("
|
|
266
|
+
if (reactOption && hasAllPackages(REACT_A11Y_PACKAGES)) presets.push((0, antfu_exports.interopDefault)(import("./lib-Du7EF351.js").then((m) => /* @__PURE__ */ __toESM(m.default, 1))).then((jsxA11y) => {
|
|
267
267
|
return jsxA11y.flatConfigs.recommended;
|
|
268
268
|
}));
|
|
269
269
|
return presets;
|
|
@@ -278,7 +278,7 @@ function resolveNestPresets(isEnabled) {
|
|
|
278
278
|
function resolveQueryPresets(isEnabled) {
|
|
279
279
|
if (!isEnabled) return [];
|
|
280
280
|
if (!hasAllPackages(QUERY_PACKAGES)) return [];
|
|
281
|
-
return [(0, antfu_exports.interopDefault)(import("
|
|
281
|
+
return [(0, antfu_exports.interopDefault)(import("./modern-DE63O_Ru.js")).then((pluginQuery) => pluginQuery.configs["flat/recommended"])];
|
|
282
282
|
}
|
|
283
283
|
//#endregion
|
|
284
284
|
//#region ../../node_modules/.pnpm/defu@6.1.7/node_modules/defu/dist/defu.mjs
|