@jsse/eslint-config 0.0.11 → 0.1.2
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/cli.cjs +8 -3
- package/dist/cli.js +8 -3
- package/dist/index.cjs +411 -305
- package/dist/index.d.cts +43 -33
- package/dist/index.d.ts +43 -33
- package/dist/index.js +365 -260
- package/package.json +40 -37
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsse/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"packageManager": "pnpm@8.8.0",
|
|
6
6
|
"description": "jsse eslint config",
|
|
7
7
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
@@ -35,64 +35,67 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@antfu/eslint-define-config": "1.23.0-2",
|
|
38
|
-
"@eslint/
|
|
39
|
-
"@
|
|
40
|
-
"@typescript-eslint
|
|
41
|
-
"@
|
|
42
|
-
"eslint
|
|
43
|
-
"eslint-
|
|
44
|
-
"eslint-plugin
|
|
38
|
+
"@eslint-types/jsdoc": "^48.0.6",
|
|
39
|
+
"@eslint-types/prettier": "^5.1.3",
|
|
40
|
+
"@eslint-types/typescript-eslint": "^7.0.2",
|
|
41
|
+
"@eslint-types/unicorn": "^51.0.1",
|
|
42
|
+
"@eslint/js": "~8.57.0",
|
|
43
|
+
"@stylistic/eslint-plugin": "1.6.2",
|
|
44
|
+
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
|
45
|
+
"@typescript-eslint/parser": "^7.0.1",
|
|
46
|
+
"eslint-config-flat-gitignore": "^0.1.3",
|
|
47
|
+
"eslint-define-config": "^2.1.0",
|
|
45
48
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
46
|
-
"eslint-plugin-i": "^2.
|
|
47
|
-
"eslint-plugin-jsdoc": "^
|
|
48
|
-
"eslint-plugin-jsonc": "^2.
|
|
49
|
+
"eslint-plugin-i": "^2.29.1",
|
|
50
|
+
"eslint-plugin-jsdoc": "^48.0.6",
|
|
51
|
+
"eslint-plugin-jsonc": "^2.13.0",
|
|
49
52
|
"eslint-plugin-markdown": "^3.0.1",
|
|
50
|
-
"eslint-plugin-n": "^16.2
|
|
53
|
+
"eslint-plugin-n": "^16.6.2",
|
|
51
54
|
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
52
|
-
"eslint-plugin-perfectionist": "^2.
|
|
55
|
+
"eslint-plugin-perfectionist": "^2.5.0",
|
|
53
56
|
"eslint-plugin-react": "~7.33.2",
|
|
54
57
|
"eslint-plugin-react-hooks": "~4.6.0",
|
|
55
|
-
"eslint-plugin-react-refresh": "~0.4.
|
|
56
|
-
"eslint-plugin-tailwindcss": "^3.
|
|
57
|
-
"eslint-plugin-unicorn": "^
|
|
58
|
-
"eslint-plugin-unused-imports": "^3.
|
|
59
|
-
"eslint-plugin-vitest": "^0.3.
|
|
60
|
-
"eslint-plugin-yml": "^1.
|
|
58
|
+
"eslint-plugin-react-refresh": "~0.4.5",
|
|
59
|
+
"eslint-plugin-tailwindcss": "^3.14.2",
|
|
60
|
+
"eslint-plugin-unicorn": "^51.0.1",
|
|
61
|
+
"eslint-plugin-unused-imports": "^3.1.0",
|
|
62
|
+
"eslint-plugin-vitest": "^0.3.22",
|
|
63
|
+
"eslint-plugin-yml": "^1.12.2",
|
|
61
64
|
"jsonc-eslint-parser": "^2.4.0",
|
|
65
|
+
"typescript-eslint": "^7.0.1",
|
|
62
66
|
"yaml-eslint-parser": "^1.2.2"
|
|
63
67
|
},
|
|
64
68
|
"optionalDependencies": {
|
|
65
|
-
"tailwindcss": "^3.
|
|
69
|
+
"tailwindcss": "^3.4.1"
|
|
66
70
|
},
|
|
67
71
|
"devDependencies": {
|
|
68
|
-
"@antfu/ni": "^0.21.
|
|
69
|
-
"@types/eslint": "^8.
|
|
70
|
-
"@types/eslint__js": "~8.42.
|
|
71
|
-
"@types/fs-extra": "^11.0.
|
|
72
|
-
"@types/node": "^20.
|
|
73
|
-
"bumpp": "^9.
|
|
72
|
+
"@antfu/ni": "^0.21.12",
|
|
73
|
+
"@types/eslint": "^8.56.2",
|
|
74
|
+
"@types/eslint__js": "~8.42.3",
|
|
75
|
+
"@types/fs-extra": "^11.0.4",
|
|
76
|
+
"@types/node": "^20.11.17",
|
|
77
|
+
"bumpp": "^9.3.0",
|
|
74
78
|
"cac": "^6.7.14",
|
|
75
|
-
"eslint": "^8.
|
|
76
|
-
"eslint-flat-config-viewer": "^0.1.0",
|
|
79
|
+
"eslint": "^8.56.0",
|
|
77
80
|
"eslint-plugin-sort-keys": "^2.3.5",
|
|
78
81
|
"execa": "~8.0.1",
|
|
79
|
-
"fast-glob": "^3.3.
|
|
80
|
-
"fs-extra": "^11.
|
|
81
|
-
"globals": "^
|
|
82
|
+
"fast-glob": "^3.3.2",
|
|
83
|
+
"fs-extra": "^11.2.0",
|
|
84
|
+
"globals": "^14.0.0",
|
|
82
85
|
"local-pkg": "^0.5.0",
|
|
83
86
|
"microdiff": "~1.3.2",
|
|
84
|
-
"prettier": "^3.
|
|
87
|
+
"prettier": "^3.2.5",
|
|
85
88
|
"react": "~18.2.0",
|
|
86
89
|
"rimraf": "^5.0.5",
|
|
87
|
-
"tsup": "^
|
|
88
|
-
"tsx": "^4.1
|
|
89
|
-
"typescript": "^5.
|
|
90
|
-
"vitest": "^
|
|
90
|
+
"tsup": "^8.0.2",
|
|
91
|
+
"tsx": "^4.7.1",
|
|
92
|
+
"typescript": "^5.3.3",
|
|
93
|
+
"vitest": "^1.2.2"
|
|
91
94
|
},
|
|
92
95
|
"scripts": {
|
|
93
96
|
"build": "pnpm typecheck && pnpm fmtc && pnpm build-fast --dts && eslint .",
|
|
94
97
|
"build-fast": "tsup src/index.ts src/cli.ts --format esm,cjs --clean",
|
|
95
|
-
"dev": "tsup src/index.ts --format esm,cjs --watch
|
|
98
|
+
"dev": "tsup src/index.ts --format esm,cjs --watch",
|
|
96
99
|
"fmt": "prettier -w .",
|
|
97
100
|
"fmtc": "prettier --check .",
|
|
98
101
|
"lint": "pnpm run build-fast && eslint .",
|