eslint-config-complete 4.15.0 → 4.16.0

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 +1 @@
1
- {"version":3,"file":"base-unicorn.d.ts","sourceRoot":"","sources":["../../../src/base/base-unicorn.js"],"names":[],"mappings":"AAGA;;;GAGG;AACH,2DA+XG"}
1
+ {"version":3,"file":"base-unicorn.d.ts","sourceRoot":"","sources":["../../../src/base/base-unicorn.js"],"names":[],"mappings":"AAGA;;;GAGG;AACH,2DAsYG"}
@@ -308,7 +308,12 @@ export const baseUnicorn = defineConfig({
308
308
  "unicorn/prefer-string-trim-start-end": "error",
309
309
  "unicorn/prefer-structured-clone": "error",
310
310
  "unicorn/prefer-switch": "error",
311
- "unicorn/prefer-temporal": "error",
311
+ /**
312
+ * Disabled since Bun [does not yet support the Temporal
313
+ * API](https://github.com/oven-sh/bun/issues/15853). (Node.js [does
314
+ * though](https://nodejs.org/en/blog/release/v26.0.0).)
315
+ */
316
+ "unicorn/prefer-temporal": "off",
312
317
  "unicorn/prefer-ternary": "error",
313
318
  "unicorn/prefer-top-level-await": "error",
314
319
  "unicorn/prefer-type-error": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-complete",
3
- "version": "4.15.0",
3
+ "version": "4.16.0",
4
4
  "description": "A sharable ESLint config for TypeScript projects.",
5
5
  "keywords": [
6
6
  "eslint",