@jsse/eslint-config 0.4.31 → 0.5.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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @jsse/eslint-config
2
2
 
3
+ ## 0.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - refactoring
8
+
9
+ ### Patch Changes
10
+
11
+ - fix tsconfigRootDir
12
+
3
13
  ## 0.4.31
4
14
 
5
15
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  import { createRequire } from "node:module";
2
2
 
3
- //#region rolldown:runtime
3
+ //#region \0rolldown/runtime.js
4
4
  var __create = Object.create;
5
5
  var __defProp = Object.defineProperty;
6
6
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -8,7 +8,7 @@ var __getOwnPropNames = Object.getOwnPropertyNames;
8
8
  var __getProtoOf = Object.getPrototypeOf;
9
9
  var __hasOwnProp = Object.prototype.hasOwnProperty;
10
10
  var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
11
- var __exportAll = (all, symbols) => {
11
+ var __exportAll = (all, no_symbols) => {
12
12
  let target = {};
13
13
  for (var name in all) {
14
14
  __defProp(target, name, {
@@ -16,7 +16,7 @@ var __exportAll = (all, symbols) => {
16
16
  enumerable: true
17
17
  });
18
18
  }
19
- if (symbols) {
19
+ if (!no_symbols) {
20
20
  __defProp(target, Symbol.toStringTag, { value: "Module" });
21
21
  }
22
22
  return target;
package/dist/cli.js CHANGED
@@ -1,4 +1,4 @@
1
- import { n as DEBUG$1, t as VERSION } from "./version-CMawUObI.js";
1
+ import { n as DEBUG$1, t as VERSION } from "./version-OtVn-Q4t.js";
2
2
  import process$1 from "node:process";
3
3
  import fs from "node:fs";
4
4
  import { EventEmitter } from "events";
@@ -572,7 +572,6 @@ var CAC = class extends EventEmitter {
572
572
  }
573
573
  };
574
574
  const cac = (name = "") => new CAC(name);
575
- var dist_default = cac;
576
575
 
577
576
  //#endregion
578
577
  //#region src/cli.ts