@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<
|
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,
|
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
|
import type { Scope } from "../../../../scopes/Scopes.js";
|
2
2
|
import type * as Overrides from "../preset/preset.js";
|
3
3
|
|
4
|
-
type Overrides = Readonly<
|
4
|
+
type Overrides = Readonly<Partial<Record<Scope, Overrides.Preset.Entry.Object>>>;
|
5
5
|
|
6
6
|
export type {
|
7
7
|
Overrides as default,
|