linted 16.13.0-rc.6 → 16.13.0-rc.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
- declare const _default: readonly ["**/*.jsonc", "**/*.tsconfig.json"];
1
+ declare const _default: readonly ["**/*.jsonc", "**/tsconfig.json"];
2
2
  export default _default;
3
3
  //# sourceMappingURL=jsonc.d.ts.map
@@ -1,5 +1,5 @@
1
1
  export default [
2
2
  "**/*.jsonc",
3
- "**/*.tsconfig.json",
3
+ "**/tsconfig.json",
4
4
  ];
5
5
  //# sourceMappingURL=jsonc.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"jsonc.js","sourceRoot":"","sources":["../../src/files/jsonc.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,YAAY;IACZ,oBAAoB;CACZ,CAAC"}
1
+ {"version":3,"file":"jsonc.js","sourceRoot":"","sources":["../../src/files/jsonc.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,YAAY;IACZ,kBAAkB;CACV,CAAC"}
package/dist/files.d.ts CHANGED
@@ -5,7 +5,7 @@ declare const _default: {
5
5
  readonly mocha: readonly [];
6
6
  readonly html: readonly ["{src,tests,static}/**/*.html"];
7
7
  readonly json: readonly ["**/*.json"];
8
- readonly jsonc: readonly ["**/*.jsonc", "**/*.tsconfig.json"];
8
+ readonly jsonc: readonly ["**/*.jsonc", "**/tsconfig.json"];
9
9
  readonly yml: readonly ["**/*.y{a,}ml"];
10
10
  readonly md: readonly [];
11
11
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.17.8",
3
3
  "name": "linted",
4
- "version": "16.13.0-rc.6",
4
+ "version": "16.13.0-rc.7",
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",
@@ -1,4 +1,4 @@
1
1
  export default [
2
2
  "**/*.jsonc",
3
- "**/*.tsconfig.json",
3
+ "**/tsconfig.json",
4
4
  ] as const;