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