linted 16.13.0-rc.2 → 16.13.0-rc.3

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 ["*.config.{c, m, }js", "{src, tests, static, typings}/**/*.{c, m, }js"];
1
+ declare const _default: readonly ["*.config.{cj, mj, j}s", "{src, tests, static, typings}/**/*.{cj, mj, j}s"];
2
2
  export default _default;
3
3
  //# sourceMappingURL=js.d.ts.map
package/dist/files/js.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export default [
2
- "*.config.{c, m, }js",
3
- "{src, tests, static, typings}/**/*.{c, m, }js",
2
+ "*.config.{cj, mj, j}s",
3
+ "{src, tests, static, typings}/**/*.{cj, mj, j}s",
4
4
  ];
5
5
  //# sourceMappingURL=js.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"js.js","sourceRoot":"","sources":["../../src/files/js.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,qBAAqB;IACrB,+CAA+C;CACvC,CAAC"}
1
+ {"version":3,"file":"js.js","sourceRoot":"","sources":["../../src/files/js.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,uBAAuB;IACvB,iDAAiD;CACzC,CAAC"}
@@ -1,3 +1,3 @@
1
- declare const _default: readonly ["**/*.ts"];
1
+ declare const _default: readonly ["**/*.{mt, ct, t}s"];
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,wBAAoC"}
1
+ {"version":3,"file":"ts.d.ts","sourceRoot":"","sources":["../../src/files/ts.ts"],"names":[],"mappings":";AAAA,wBAA8C"}
package/dist/files/ts.js CHANGED
@@ -1,2 +1,2 @@
1
- export default ["**/*.ts"];
1
+ export default ["**/*.{mt, ct, t}s"];
2
2
  //# sourceMappingURL=ts.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ts.js","sourceRoot":"","sources":["../../src/files/ts.ts"],"names":[],"mappings":"AAAA,eAAe,CAAC,SAAS,CAAU,CAAC"}
1
+ {"version":3,"file":"ts.js","sourceRoot":"","sources":["../../src/files/ts.ts"],"names":[],"mappings":"AAAA,eAAe,CAAC,mBAAmB,CAAU,CAAC"}
package/dist/files.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
- readonly js: readonly ["*.config.{c, m, }js", "{src, tests, static, typings}/**/*.{c, m, }js"];
3
- readonly ts: readonly ["**/*.ts"];
2
+ readonly js: readonly ["*.config.{cj, mj, j}s", "{src, tests, static, typings}/**/*.{cj, mj, j}s"];
3
+ readonly ts: readonly ["**/*.{mt, ct, t}s"];
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.2",
4
+ "version": "16.13.0-rc.3",
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/js.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export default [
2
- "*.config.{c, m, }js",
3
- "{src, tests, static, typings}/**/*.{c, m, }js",
2
+ "*.config.{cj, mj, j}s",
3
+ "{src, tests, static, typings}/**/*.{cj, mj, j}s",
4
4
  ] as const;
package/src/files/ts.ts CHANGED
@@ -1 +1 @@
1
- export default ["**/*.ts"] as const;
1
+ export default ["**/*.{mt, ct, t}s"] as const;