@icebreakers/eslint-config 5.0.2 → 5.0.4

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.
@@ -1,4 +1,3 @@
1
- require("./chunk-BrWF7lJc.cjs");
2
1
  let _typescript_eslint_utils = require("@typescript-eslint/utils");
3
2
  //#region ../../node_modules/.pnpm/@tanstack+eslint-plugin-query@5.100.14_eslint@10.4.0_jiti@2.7.0__typescript@6.0.3/node_modules/@tanstack/eslint-plugin-query/build/modern/chunk-DL47ZJZ5.js
4
3
  function uniqueBy(arr, fn) {
@@ -1,9 +1,9 @@
1
- const require_chunk = require("./chunk-BrWF7lJc.cjs");
1
+ const require_index = require("./index.cjs");
2
2
  let node_path = require("node:path");
3
- node_path = require_chunk.__toESM(node_path, 1);
3
+ node_path = require_index.__toESM(node_path, 1);
4
4
  let node_url = require("node:url");
5
5
  let node_fs_promises = require("node:fs/promises");
6
- node_fs_promises = require_chunk.__toESM(node_fs_promises, 1);
6
+ node_fs_promises = require_index.__toESM(node_fs_promises, 1);
7
7
  //#region ../../node_modules/.pnpm/@humanfs+core@0.19.2/node_modules/@humanfs/core/src/hfs.js
8
8
  /**
9
9
  * Asserts that the given path is a valid file path.
@@ -40,7 +40,7 @@ function toUint8Array(contents) {
40
40
  throw new TypeError("Invalid contents type. Expected string or ArrayBuffer.");
41
41
  }
42
42
  var decoder, encoder, NoSuchMethodError, MethodNotSupportedError, ImplAlreadySetError, LogEntry, Hfs;
43
- var init_hfs = require_chunk.__esmMin((() => {
43
+ var init_hfs = require_index.__esmMin((() => {
44
44
  decoder = new TextDecoder();
45
45
  encoder = new TextEncoder();
46
46
  NoSuchMethodError = class extends Error {
@@ -530,10 +530,10 @@ var init_hfs = require_chunk.__esmMin((() => {
530
530
  }));
531
531
  //#endregion
532
532
  //#region ../../node_modules/.pnpm/@humanfs+core@0.19.2/node_modules/@humanfs/core/src/errors.js
533
- var init_errors = require_chunk.__esmMin((() => {}));
533
+ var init_errors = require_index.__esmMin((() => {}));
534
534
  //#endregion
535
535
  //#region ../../node_modules/.pnpm/@humanfs+core@0.19.2/node_modules/@humanfs/core/src/index.js
536
- var init_src$1 = require_chunk.__esmMin((() => {
536
+ var init_src$1 = require_index.__esmMin((() => {
537
537
  init_hfs();
538
538
  init_errors();
539
539
  }));
@@ -586,7 +586,7 @@ function createPromise() {
586
586
  };
587
587
  }
588
588
  var MAX_TASK_TIMEOUT, MAX_TASK_DELAY, MAX_CONCURRENCY, RetryTask, Retrier;
589
- var init_retrier = require_chunk.__esmMin((() => {
589
+ var init_retrier = require_index.__esmMin((() => {
590
590
  MAX_TASK_TIMEOUT = 6e4;
591
591
  MAX_TASK_DELAY = 100;
592
592
  MAX_CONCURRENCY = 1e3;
@@ -873,7 +873,7 @@ var init_retrier = require_chunk.__esmMin((() => {
873
873
  //#endregion
874
874
  //#region ../../node_modules/.pnpm/@humanfs+node@0.16.8/node_modules/@humanfs/node/src/node-hfs.js
875
875
  var RETRY_ERROR_CODES, NodeHfsDirectoryEntry, NodeHfsImpl, NodeHfs, hfs;
876
- var init_node_hfs = require_chunk.__esmMin((() => {
876
+ var init_node_hfs = require_index.__esmMin((() => {
877
877
  init_src$1();
878
878
  init_retrier();
879
879
  RETRY_ERROR_CODES = new Set(["ENFILE", "EMFILE"]);
@@ -1168,7 +1168,7 @@ var init_node_hfs = require_chunk.__esmMin((() => {
1168
1168
  hfs = new NodeHfs();
1169
1169
  }));
1170
1170
  //#endregion
1171
- require_chunk.__esmMin((() => {
1171
+ require_index.__esmMin((() => {
1172
1172
  init_node_hfs();
1173
1173
  init_src$1();
1174
1174
  }))();
@@ -1,4 +1,4 @@
1
- import { n as __esmMin } from "./chunk-DwxmvJxx.js";
1
+ import { n as __esmMin } from "./chunk-yCSr5jVb.js";
2
2
  import path from "node:path";
3
3
  import { fileURLToPath } from "node:url";
4
4
  import nativeFsp from "node:fs/promises";
@@ -1,5 +1,4 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- require("./chunk-BrWF7lJc.cjs");
3
2
  let _icebreakers_stylelint_config = require("@icebreakers/stylelint-config");
4
3
  //#region src/stylelint.ts
5
4
  function resolveStylelintConfig(options = {}) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@icebreakers/eslint-config",
3
3
  "type": "module",
4
- "version": "5.0.2",
4
+ "version": "5.0.4",
5
5
  "description": "ESLint preset from Icebreaker's dev-configs",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -51,11 +51,11 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@antfu/eslint-config": "9.0.0",
54
- "@eslint-react/eslint-plugin": "^5.8.5",
54
+ "@eslint-react/eslint-plugin": "^5.8.6",
55
55
  "@typescript-eslint/rule-tester": "^8.60.0",
56
56
  "@typescript-eslint/typescript-estree": "^8.60.0",
57
57
  "@typescript-eslint/utils": "^8.60.0",
58
- "@vue/compiler-sfc": "^3.5.34",
58
+ "@vue/compiler-sfc": "^3.5.35",
59
59
  "eslint-flat-config-utils": "3.2.0",
60
60
  "eslint-plugin-better-tailwindcss": "^4.5.0",
61
61
  "eslint-plugin-format": "2.0.1",
@@ -1,64 +0,0 @@
1
- //#region \0rolldown/runtime.js
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
9
- var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
10
- var __exportAll = (all, no_symbols) => {
11
- let target = {};
12
- for (var name in all) __defProp(target, name, {
13
- get: all[name],
14
- enumerable: true
15
- });
16
- if (!no_symbols) __defProp(target, Symbol.toStringTag, { value: "Module" });
17
- return target;
18
- };
19
- var __copyProps = (to, from, except, desc) => {
20
- if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
21
- key = keys[i];
22
- if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
23
- get: ((k) => from[k]).bind(null, key),
24
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
25
- });
26
- }
27
- return to;
28
- };
29
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
30
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
31
- value: mod,
32
- enumerable: true
33
- }) : target, mod));
34
- //#endregion
35
- Object.defineProperty(exports, "__commonJSMin", {
36
- enumerable: true,
37
- get: function() {
38
- return __commonJSMin;
39
- }
40
- });
41
- Object.defineProperty(exports, "__esmMin", {
42
- enumerable: true,
43
- get: function() {
44
- return __esmMin;
45
- }
46
- });
47
- Object.defineProperty(exports, "__exportAll", {
48
- enumerable: true,
49
- get: function() {
50
- return __exportAll;
51
- }
52
- });
53
- Object.defineProperty(exports, "__reExport", {
54
- enumerable: true,
55
- get: function() {
56
- return __reExport;
57
- }
58
- });
59
- Object.defineProperty(exports, "__toESM", {
60
- enumerable: true,
61
- get: function() {
62
- return __toESM;
63
- }
64
- });
File without changes
File without changes