@eslinted/core 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.13.0",
3
3
  "name": "@eslinted/core",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "license": "MIT",
@@ -26,7 +26,7 @@
26
26
  "dependencies": {},
27
27
  "devDependencies": {
28
28
  "eslint": "~8.57.0",
29
- "linted": "~15.4.14",
29
+ "linted": "~15.4.15",
30
30
  "npm-run-all": "^4.1.5",
31
31
  "typescript": "^5.5.4"
32
32
  },
@@ -1,3 +0,0 @@
1
- type List = readonly string[];
2
- export type { List as default, List, };
3
- //# sourceMappingURL=list.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../../src/boundary/input/files/list/list.ts"],"names":[],"mappings":"AAAA,KAAK,IAAI,GAAG,SAAS,MAAM,EAAE,CAAC;AAE9B,YAAY,EACV,IAAI,IAAI,OAAO,EACf,IAAI,GACL,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=list.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../../src/boundary/input/files/list/list.ts"],"names":[],"mappings":""}
@@ -1,5 +0,0 @@
1
- import type { Scope } from "../../../scopes/Scopes.js";
2
- import type { Rules } from "../input.js";
3
- type Overrides = Readonly<Particord<Scope, Rules.Entry.Object>>;
4
- export type { Overrides as default, Overrides, };
5
- //# sourceMappingURL=overrides.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"overrides.d.ts","sourceRoot":"","sources":["../../../../src/boundary/input/overrides/overrides.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzC,KAAK,SAAS,GAAG,QAAQ,CAAC,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;AAEhE,YAAY,EACV,SAAS,IAAI,OAAO,EACpB,SAAS,GACV,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=overrides.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"overrides.js","sourceRoot":"","sources":["../../../../src/boundary/input/overrides/overrides.ts"],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- import type * as Entry from "./object/object.js";
2
- type Entry = readonly [string, Entry.Object];
3
- export type { Entry as default, Entry, };
4
- //# sourceMappingURL=entry.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"entry.d.ts","sourceRoot":"","sources":["../../../../../src/boundary/input/rules/entry/entry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AAEjD,KAAK,KAAK,GAAG,SAAS,CAAC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;AAE7C,YAAY,EACV,KAAK,IAAI,OAAO,EAChB,KAAK,GACN,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"entry.js","sourceRoot":"","sources":["../../../../../src/boundary/input/rules/entry/entry.ts"],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- import type * as Object from "./state/level.js";
2
- type Object = Readonly<Record<string, Object.Level | readonly [Object.Level, ...unknown[]]>>;
3
- export type { Object as default, Object, };
4
- //# sourceMappingURL=object.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"object.d.ts","sourceRoot":"","sources":["../../../../../../src/boundary/input/rules/entry/object/object.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,MAAM,kBAAkB,CAAC;AAEhD,KAAK,MAAM,GAAG,QAAQ,CAAC,MAAM,CAC3B,MAAM,EACJ,MAAM,CAAC,KAAK,GACZ,SAAS,CAAC,MAAM,CAAC,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CACxC,CAAC,CAAC;AAEH,YAAY,EACV,MAAM,IAAI,OAAO,EACjB,MAAM,GACP,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=object.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"object.js","sourceRoot":"","sources":["../../../../../../src/boundary/input/rules/entry/object/object.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- type Level = "error" | "warn" | "off";
2
- export type { Level as default, Level, };
3
- //# sourceMappingURL=level.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"level.d.ts","sourceRoot":"","sources":["../../../../../../../src/boundary/input/rules/entry/object/state/level.ts"],"names":[],"mappings":"AAAA,KAAK,KAAK,GACN,OAAO,GACP,MAAM,GACN,KAAK,CAAC;AAEV,YAAY,EACV,KAAK,IAAI,OAAO,EAChB,KAAK,GACN,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=level.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"level.js","sourceRoot":"","sources":["../../../../../../../src/boundary/input/rules/entry/object/state/level.ts"],"names":[],"mappings":""}