linted 21.0.0-rc.3 → 21.0.0-rc.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/rules/index.d.ts +1 -1
- package/dist/rules/jsonc/index.d.ts +3 -7
- package/dist/rules/jsonc/index.d.ts.map +1 -1
- package/dist/rules/jsonc/index.js +1 -2
- package/dist/rules/jsonc/index.js.map +1 -1
- package/package.json +1 -1
- package/src/rules/jsonc/index.ts +1 -2
- package/dist/rules/jsonc/override.d.ts +0 -3
- package/dist/rules/jsonc/override.d.ts.map +0 -1
- package/dist/rules/jsonc/override.js +0 -6
- package/dist/rules/jsonc/override.js.map +0 -1
- package/src/rules/jsonc/override.ts +0 -6
package/dist/rules/index.d.ts
CHANGED
@@ -4346,7 +4346,7 @@ declare const _default: {
|
|
4346
4346
|
readonly "json/no-duplicate-keys": "error";
|
4347
4347
|
readonly "json/no-empty-keys": "error";
|
4348
4348
|
readonly "json/no-unsafe-values": "error";
|
4349
|
-
}]
|
4349
|
+
}])[];
|
4350
4350
|
yml: (readonly ["enable-extend", {
|
4351
4351
|
readonly "yml/flow-mapping-curly-newline": readonly ["error", {
|
4352
4352
|
readonly consistent: false;
|
@@ -1,7 +1,3 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
readonly "json/no-unsafe-values": "error";
|
5
|
-
}] | readonly ["override", {}])[];
|
6
|
-
export default _default;
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
1
|
+
import json from "../json/index.js";
|
2
|
+
export default json;
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/rules/jsonc/index.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/rules/jsonc/index.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,SAAS,CAAC;AAE3B,eAAe,IAAI,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/rules/jsonc/index.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/rules/jsonc/index.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,SAAS,CAAC;AAE3B,eAAe,IAAI,CAAC"}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "22.11.0",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "21.0.0-rc.
|
4
|
+
"version": "21.0.0-rc.4",
|
5
5
|
"description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
|
6
6
|
"keywords": [
|
7
7
|
"eslint",
|
package/src/rules/jsonc/index.ts
CHANGED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"override.d.ts","sourceRoot":"","sources":["../../../src/rules/jsonc/override.ts"],"names":[],"mappings":";AAEA,wBAGW"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"override.js","sourceRoot":"","sources":["../../../src/rules/jsonc/override.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,eAAe;IACb,QAAQ;IACR,EAAE;CACM,CAAC"}
|