@eslinted/core 2.0.0-rc.2 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  import type { Scope } from "../../../../scopes/Scopes.js";
2
2
  import type * as Overrides from "../preset/preset.js";
3
- type Overrides = Readonly<Particord<Scope, Overrides.Preset.Entry.Object>>;
3
+ type Overrides = Readonly<Partial<Record<Scope, Overrides.Preset.Entry.Object>>>;
4
4
  export type { Overrides as default, Overrides, };
5
5
  //# sourceMappingURL=overrides.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"overrides.d.ts","sourceRoot":"","sources":["../../../../../src/boundary/input/rules/overrides/overrides.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,KAAK,SAAS,MAAM,qBAAqB,CAAC;AAEtD,KAAK,SAAS,GAAG,QAAQ,CAAC,SAAS,CAAC,KAAK,EAAE,SAAS,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;AAE3E,YAAY,EACV,SAAS,IAAI,OAAO,EACpB,SAAS,GACV,CAAC"}
1
+ {"version":3,"file":"overrides.d.ts","sourceRoot":"","sources":["../../../../../src/boundary/input/rules/overrides/overrides.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,KAAK,SAAS,MAAM,qBAAqB,CAAC;AAEtD,KAAK,SAAS,GAAG,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,SAAS,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;AAEjF,YAAY,EACV,SAAS,IAAI,OAAO,EACpB,SAAS,GACV,CAAC"}
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-rc.2",
4
+ "version": "2.0.0",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  import type { Scope } from "../../../../scopes/Scopes.js";
2
2
  import type * as Overrides from "../preset/preset.js";
3
3
 
4
- type Overrides = Readonly<Particord<Scope, Overrides.Preset.Entry.Object>>;
4
+ type Overrides = Readonly<Partial<Record<Scope, Overrides.Preset.Entry.Object>>>;
5
5
 
6
6
  export type {
7
7
  Overrides as default,