@tb-dev/eslint-config 6.2.9 → 6.3.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.
package/dist/index.cjs CHANGED
@@ -411,6 +411,7 @@ async function unicorn(options) {
411
411
  plugins: { unicorn: plugin },
412
412
  rules: {
413
413
  "unicorn/catch-error-name": ["error", { name: "err" }],
414
+ "unicorn/consistent-date-clone": "error",
414
415
  "unicorn/consistent-empty-array-spread": "error",
415
416
  "unicorn/consistent-existence-index-check": "error",
416
417
  "unicorn/consistent-function-scoping": ["error", { checkArrowFunctions: false }],
package/dist/index.js CHANGED
@@ -407,6 +407,7 @@ async function unicorn(options) {
407
407
  plugins: { unicorn: plugin },
408
408
  rules: {
409
409
  "unicorn/catch-error-name": ["error", { name: "err" }],
410
+ "unicorn/consistent-date-clone": "error",
410
411
  "unicorn/consistent-empty-array-spread": "error",
411
412
  "unicorn/consistent-existence-index-check": "error",
412
413
  "unicorn/consistent-function-scoping": ["error", { checkArrowFunctions: false }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "6.2.9",
3
+ "version": "6.3.0",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -22,25 +22,25 @@
22
22
  "vue"
23
23
  ],
24
24
  "dependencies": {
25
- "@typescript-eslint/eslint-plugin": "^8.24.0",
26
- "@typescript-eslint/parser": "^8.24.0",
27
- "eslint-plugin-perfectionist": "^4.8.0",
25
+ "@typescript-eslint/eslint-plugin": "^8.24.1",
26
+ "@typescript-eslint/parser": "^8.24.1",
27
+ "eslint-plugin-perfectionist": "^4.9.0",
28
28
  "eslint-plugin-react": "^7.37.4",
29
29
  "eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
30
30
  "eslint-plugin-react-hooks": "^5.1.0",
31
31
  "eslint-plugin-svelte": "^3.0.0-next.18",
32
32
  "eslint-plugin-tailwindcss": "^3.18.0",
33
- "eslint-plugin-unicorn": "^56.0.1",
33
+ "eslint-plugin-unicorn": "^57.0.0",
34
34
  "eslint-plugin-vue": "^9.32.0",
35
- "globals": "^15.14.0",
36
- "svelte": "^5.19.10",
35
+ "globals": "^15.15.0",
36
+ "svelte": "^5.20.1",
37
37
  "svelte-eslint-parser": "^1.0.0-next.13",
38
38
  "vue-eslint-parser": "^9.4.3"
39
39
  },
40
40
  "devDependencies": {
41
- "@types/node": "^22.13.1",
41
+ "@types/node": "^22.13.4",
42
42
  "eslint": "^9.20.1",
43
- "prettier": "^3.5.0",
43
+ "prettier": "^3.5.1",
44
44
  "tslib": "^2.8.1",
45
45
  "typescript": "^5.7.3",
46
46
  "vite": "^6.1.0",