linted 16.13.0-rc.0 → 16.13.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
- declare const _default: readonly ["*.config.ts", "{src, tests, static, typings}/**/*.ts"];
1
+ declare const _default: readonly ["**/*.ts"];
2
2
  export default _default;
3
3
  //# sourceMappingURL=ts.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ts.d.ts","sourceRoot":"","sources":["../../src/files/ts.ts"],"names":[],"mappings":";AAAA,wBAGW"}
1
+ {"version":3,"file":"ts.d.ts","sourceRoot":"","sources":["../../src/files/ts.ts"],"names":[],"mappings":";AAAA,wBAAoC"}
package/dist/files/ts.js CHANGED
@@ -1,5 +1,2 @@
1
- export default [
2
- "*.config.ts",
3
- "{src, tests, static, typings}/**/*.ts",
4
- ];
1
+ export default ["**/*.ts"];
5
2
  //# sourceMappingURL=ts.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ts.js","sourceRoot":"","sources":["../../src/files/ts.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,aAAa;IACb,uCAAuC;CAC/B,CAAC"}
1
+ {"version":3,"file":"ts.js","sourceRoot":"","sources":["../../src/files/ts.ts"],"names":[],"mappings":"AAAA,eAAe,CAAC,SAAS,CAAU,CAAC"}
package/dist/files.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  readonly js: readonly ["*.config.{c, m, }js", "{src, tests, static}/**/*.{c, m, }js"];
3
- readonly ts: readonly ["*.config.ts", "{src, tests, static, typings}/**/*.ts"];
3
+ readonly ts: readonly ["**/*.ts"];
4
4
  readonly svelte: readonly ["{src, tests, static}/**/*.svelte"];
5
5
  readonly mocha: readonly [];
6
6
  readonly html: readonly ["{src, tests, static}/**/*.html"];
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.0",
4
+ "version": "16.13.0-rc.1",
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/files/ts.ts CHANGED
@@ -1,4 +1 @@
1
- export default [
2
- "*.config.ts",
3
- "{src, tests, static, typings}/**/*.ts",
4
- ] as const;
1
+ export default ["**/*.ts"] as const;