@tb-dev/eslint-config 6.2.10 → 6.3.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.
- package/dist/index.cjs +1 -0
- package/dist/index.js +1 -0
- package/package.json +12 -12
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.
|
|
3
|
+
"version": "6.3.1",
|
|
4
4
|
"description": "ESLint config",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -22,28 +22,28 @@
|
|
|
22
22
|
"vue"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
26
|
-
"@typescript-eslint/parser": "^8.
|
|
25
|
+
"@typescript-eslint/eslint-plugin": "^8.25.0",
|
|
26
|
+
"@typescript-eslint/parser": "^8.25.0",
|
|
27
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
|
-
"eslint-plugin-svelte": "^3.0.
|
|
31
|
+
"eslint-plugin-svelte": "^3.0.2",
|
|
32
32
|
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
33
|
-
"eslint-plugin-unicorn": "^
|
|
33
|
+
"eslint-plugin-unicorn": "^57.0.0",
|
|
34
34
|
"eslint-plugin-vue": "^9.32.0",
|
|
35
|
-
"globals": "^
|
|
36
|
-
"svelte": "^5.20.
|
|
37
|
-
"svelte-eslint-parser": "^1.0.0
|
|
35
|
+
"globals": "^16.0.0",
|
|
36
|
+
"svelte": "^5.20.4",
|
|
37
|
+
"svelte-eslint-parser": "^1.0.0",
|
|
38
38
|
"vue-eslint-parser": "^9.4.3"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@types/node": "^22.13.
|
|
42
|
-
"eslint": "^9.
|
|
43
|
-
"prettier": "^3.5.
|
|
41
|
+
"@types/node": "^22.13.5",
|
|
42
|
+
"eslint": "^9.21.0",
|
|
43
|
+
"prettier": "^3.5.2",
|
|
44
44
|
"tslib": "^2.8.1",
|
|
45
45
|
"typescript": "^5.7.3",
|
|
46
|
-
"vite": "^6.
|
|
46
|
+
"vite": "^6.2.0",
|
|
47
47
|
"vite-plugin-dts": "^4.5.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|