@jsse/eslint-config 0.1.6 → 0.1.8
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 +4 -3
- package/dist/cli.js +4 -3
- package/dist/index.cjs +1239 -1083
- package/dist/index.d.cts +17835 -11624
- package/dist/index.d.ts +17835 -11624
- package/dist/index.js +1242 -1088
- package/package.json +43 -20
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsse/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.8",
|
|
5
5
|
"packageManager": "pnpm@8.15.4",
|
|
6
6
|
"description": "jsse eslint config",
|
|
7
7
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
@@ -32,57 +32,79 @@
|
|
|
32
32
|
"dist"
|
|
33
33
|
],
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"eslint": ">=8.
|
|
35
|
+
"eslint": ">=8.40.0",
|
|
36
|
+
"eslint-plugin-react": "^7.33.2",
|
|
37
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
38
|
+
"eslint-plugin-react-refresh": "^0.4.4",
|
|
39
|
+
"eslint-plugin-tailwindcss": "^3.15.1",
|
|
40
|
+
"tailwind": "^3.4.2"
|
|
36
41
|
},
|
|
37
42
|
"peerDependenciesMeta": {
|
|
38
43
|
"eslint": {
|
|
39
44
|
"optional": false
|
|
45
|
+
},
|
|
46
|
+
"eslint-plugin-react": {
|
|
47
|
+
"optional": true
|
|
48
|
+
},
|
|
49
|
+
"eslint-plugin-react-hooks": {
|
|
50
|
+
"optional": true
|
|
51
|
+
},
|
|
52
|
+
"eslint-plugin-react-refresh": {
|
|
53
|
+
"optional": true
|
|
54
|
+
},
|
|
55
|
+
"eslint-plugin-tailwindcss": {
|
|
56
|
+
"optional": true
|
|
57
|
+
},
|
|
58
|
+
"tailwind": {
|
|
59
|
+
"optional": true
|
|
40
60
|
}
|
|
41
61
|
},
|
|
42
62
|
"dependencies": {
|
|
43
63
|
"@eslint/js": "~8.57.0",
|
|
44
64
|
"@stylistic/eslint-plugin": "1.7.0",
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
46
|
-
"@typescript-eslint/parser": "^7.
|
|
47
|
-
"eslint-config-flat-gitignore": "^0.1.
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
|
66
|
+
"@typescript-eslint/parser": "^7.5.0",
|
|
67
|
+
"eslint-config-flat-gitignore": "^0.1.5",
|
|
48
68
|
"eslint-define-config": "^2.1.0",
|
|
49
69
|
"eslint-plugin-antfu": "^2.1.2",
|
|
50
70
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
51
|
-
"eslint-plugin-import-x": "^0.
|
|
52
|
-
"eslint-plugin-jsdoc": "^48.2.
|
|
53
|
-
"eslint-plugin-jsonc": "^2.
|
|
71
|
+
"eslint-plugin-import-x": "^0.5.0",
|
|
72
|
+
"eslint-plugin-jsdoc": "^48.2.2",
|
|
73
|
+
"eslint-plugin-jsonc": "^2.15.0",
|
|
54
74
|
"eslint-plugin-markdown": "^4.0.1",
|
|
55
75
|
"eslint-plugin-n": "^16.6.2",
|
|
56
76
|
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
57
|
-
"eslint-plugin-perfectionist": "^2.
|
|
77
|
+
"eslint-plugin-perfectionist": "^2.8.0",
|
|
58
78
|
"eslint-plugin-react": "~7.34.1",
|
|
59
79
|
"eslint-plugin-react-hooks": "~4.6.0",
|
|
60
80
|
"eslint-plugin-react-refresh": "~0.4.6",
|
|
61
81
|
"eslint-plugin-tailwindcss": "^3.15.1",
|
|
62
|
-
"eslint-plugin-
|
|
82
|
+
"eslint-plugin-toml": "^0.11.0",
|
|
83
|
+
"eslint-plugin-unicorn": "^52.0.0",
|
|
63
84
|
"eslint-plugin-unused-imports": "^3.1.0",
|
|
64
|
-
"eslint-plugin-vitest": "^0.4.
|
|
65
|
-
"eslint-plugin-yml": "^1.
|
|
85
|
+
"eslint-plugin-vitest": "^0.4.1",
|
|
86
|
+
"eslint-plugin-yml": "^1.14.0",
|
|
66
87
|
"jsonc-eslint-parser": "^2.4.0",
|
|
67
|
-
"
|
|
88
|
+
"toml-eslint-parser": "^0.9.3",
|
|
89
|
+
"typescript-eslint": "^7.5.0",
|
|
68
90
|
"yaml-eslint-parser": "^1.2.2"
|
|
69
91
|
},
|
|
70
92
|
"optionalDependencies": {
|
|
71
|
-
"tailwindcss": "^3.4.
|
|
93
|
+
"tailwindcss": "^3.4.3"
|
|
72
94
|
},
|
|
73
95
|
"devDependencies": {
|
|
74
96
|
"@antfu/ni": "^0.21.12",
|
|
75
97
|
"@jsse/prettier-config": "^0.1.0",
|
|
76
|
-
"@types/eslint": "^8.56.
|
|
98
|
+
"@types/eslint": "^8.56.7",
|
|
77
99
|
"@types/eslint__js": "~8.42.3",
|
|
78
100
|
"@types/fs-extra": "^11.0.4",
|
|
79
|
-
"@types/node": "^20.
|
|
101
|
+
"@types/node": "^20.12.3",
|
|
80
102
|
"bumpp": "^9.4.0",
|
|
81
103
|
"cac": "^6.7.14",
|
|
82
104
|
"eslint": "^8.57.0",
|
|
83
|
-
"eslint-flat-config-utils": "^0.
|
|
105
|
+
"eslint-flat-config-utils": "^0.2.0",
|
|
84
106
|
"eslint-plugin-sort-keys": "^2.3.5",
|
|
85
|
-
"eslint-typegen": "^0.
|
|
107
|
+
"eslint-typegen": "^0.2.0",
|
|
86
108
|
"execa": "~8.0.1",
|
|
87
109
|
"fast-glob": "^3.3.2",
|
|
88
110
|
"fs-extra": "^11.2.0",
|
|
@@ -93,15 +115,16 @@
|
|
|
93
115
|
"rimraf": "^5.0.5",
|
|
94
116
|
"tsup": "^8.0.2",
|
|
95
117
|
"tsx": "^4.7.1",
|
|
96
|
-
"typescript": "
|
|
118
|
+
"typescript": "~5.4.3",
|
|
97
119
|
"vitest": "^1.4.0"
|
|
98
120
|
},
|
|
99
121
|
"prettier": "@jsse/prettier-config",
|
|
100
122
|
"scripts": {
|
|
101
123
|
"build": "pnpm gen && pnpm build-fast --dts && pnpm typecheck && eslint .",
|
|
102
124
|
"build-fast": "tsup src/index.ts src/cli.ts --format esm,cjs --clean",
|
|
103
|
-
"gen": "pnpm gen:types",
|
|
125
|
+
"gen": "pnpm gen:types && pnpm gen:typesv2",
|
|
104
126
|
"gen:types": "tsx scripts/typegen.ts && prettier -w src/dts/typegen.d.ts",
|
|
127
|
+
"gen:typesv2": "tsx scripts/typegen-v2.ts && prettier -w src/generated/",
|
|
105
128
|
"dev": "tsup src/index.ts --format esm,cjs --watch",
|
|
106
129
|
"fmt": "prettier -w .",
|
|
107
130
|
"fmtc": "prettier --check .",
|