@debbl/eslint-config 3.4.0 → 3.6.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 +250 -218
- package/dist/index.d.cts +49 -49
- package/dist/index.d.ts +49 -49
- package/dist/index.js +250 -218
- package/package.json +29 -29
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@debbl/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.6.0",
|
|
5
5
|
"description": "Brendan Dash's ESLint config",
|
|
6
6
|
"author": "Debbl <me@aiwan.run> (https://github.com/Debbl/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -26,56 +26,56 @@
|
|
|
26
26
|
"eslint": ">=8.40.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@next/eslint-plugin-next": "
|
|
30
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
31
|
-
"@typescript-eslint/parser": "^
|
|
29
|
+
"@next/eslint-plugin-next": "15.0.0-rc.0",
|
|
30
|
+
"@typescript-eslint/eslint-plugin": "^8.4.0",
|
|
31
|
+
"@typescript-eslint/parser": "^8.4.0",
|
|
32
32
|
"eslint-config-prettier": "^9.1.0",
|
|
33
33
|
"eslint-mdx": "^3.1.5",
|
|
34
34
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
35
|
-
"eslint-plugin-import-x": "^
|
|
36
|
-
"eslint-plugin-jsdoc": "^
|
|
35
|
+
"eslint-plugin-import-x": "^4.2.1",
|
|
36
|
+
"eslint-plugin-jsdoc": "^50.2.2",
|
|
37
37
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
38
38
|
"eslint-plugin-markdown": "^5.1.0",
|
|
39
39
|
"eslint-plugin-mdx": "^3.1.5",
|
|
40
|
-
"eslint-plugin-n": "^17.
|
|
41
|
-
"eslint-plugin-no-only-tests": "^3.
|
|
42
|
-
"eslint-plugin-perfectionist": "^
|
|
40
|
+
"eslint-plugin-n": "^17.10.2",
|
|
41
|
+
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
42
|
+
"eslint-plugin-perfectionist": "^3.5.0",
|
|
43
43
|
"eslint-plugin-prettier": "^5.2.1",
|
|
44
|
-
"eslint-plugin-react": "^7.35.
|
|
45
|
-
"eslint-plugin-react-compiler": "0.0.0-experimental-
|
|
46
|
-
"eslint-plugin-react-hooks": "
|
|
47
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
48
|
-
"eslint-plugin-solid": "^0.14.
|
|
44
|
+
"eslint-plugin-react": "^7.35.2",
|
|
45
|
+
"eslint-plugin-react-compiler": "0.0.0-experimental-b8a7b48-20240830",
|
|
46
|
+
"eslint-plugin-react-hooks": "0.0.0-experimental-e56f4ae3-20240830",
|
|
47
|
+
"eslint-plugin-react-refresh": "^0.4.11",
|
|
48
|
+
"eslint-plugin-solid": "^0.14.3",
|
|
49
49
|
"eslint-plugin-tailwindcss": "^3.17.4",
|
|
50
50
|
"eslint-plugin-toml": "^0.11.1",
|
|
51
|
-
"eslint-plugin-unicorn": "^
|
|
52
|
-
"eslint-plugin-unused-imports": "
|
|
51
|
+
"eslint-plugin-unicorn": "^55.0.0",
|
|
52
|
+
"eslint-plugin-unused-imports": "^4.1.3",
|
|
53
53
|
"eslint-plugin-vitest": "^0.5.4",
|
|
54
|
-
"eslint-plugin-vue": "^9.
|
|
54
|
+
"eslint-plugin-vue": "^9.28.0",
|
|
55
55
|
"eslint-plugin-yml": "^1.14.0",
|
|
56
|
-
"globals": "^15.
|
|
56
|
+
"globals": "^15.9.0",
|
|
57
57
|
"jsonc-eslint-parser": "^2.4.0",
|
|
58
58
|
"prettier": "^3.3.3",
|
|
59
|
-
"prettier-plugin-tailwindcss": "^0.6.
|
|
59
|
+
"prettier-plugin-tailwindcss": "^0.6.6",
|
|
60
60
|
"toml-eslint-parser": "^0.10.0",
|
|
61
61
|
"vue-eslint-parser": "^9.4.3",
|
|
62
62
|
"yaml-eslint-parser": "^1.2.3"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@eslint/config-inspector": "^0.5.
|
|
66
|
-
"@types/eslint": "^
|
|
67
|
-
"@types/node": "^
|
|
68
|
-
"@types/react": "^18.3.
|
|
69
|
-
"bumpp": "^9.
|
|
70
|
-
"eslint": "
|
|
71
|
-
"execa": "^9.3.
|
|
65
|
+
"@eslint/config-inspector": "^0.5.4",
|
|
66
|
+
"@types/eslint": "^9.6.1",
|
|
67
|
+
"@types/node": "^22.5.4",
|
|
68
|
+
"@types/react": "^18.3.5",
|
|
69
|
+
"bumpp": "^9.5.2",
|
|
70
|
+
"eslint": "^9.10.0",
|
|
71
|
+
"execa": "^9.3.1",
|
|
72
72
|
"fast-glob": "^3.3.2",
|
|
73
73
|
"fs-extra": "^11.2.0",
|
|
74
74
|
"react": "^18.3.1",
|
|
75
75
|
"sucrase": "^3.35.0",
|
|
76
|
-
"tsup": "^8.2.
|
|
77
|
-
"typescript": "^5.5.
|
|
78
|
-
"vitest": "^2.0.
|
|
76
|
+
"tsup": "^8.2.4",
|
|
77
|
+
"typescript": "^5.5.4",
|
|
78
|
+
"vitest": "^2.0.5"
|
|
79
79
|
},
|
|
80
80
|
"scripts": {
|
|
81
81
|
"build": "tsup --format esm,cjs --clean --dts",
|