@biscuittin/eslint-config 0.0.5 → 0.0.7
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.d.ts +12147 -240
- package/dist/index.js +1432 -1605
- package/package.json +36 -36
- package/typegen.d.ts +365 -194
- package/.jiek-production-tag +0 -0
- package/dist/index.cjs +0 -1816
- package/dist/index.d.cts +0 -350
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@biscuittin/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.7",
|
|
5
5
|
"description": "A collection of ESLint configurations for Biscuit Tin projects.",
|
|
6
6
|
"author": "Biscuit Tin <opensource@biscuitt.in>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -12,16 +12,21 @@
|
|
|
12
12
|
},
|
|
13
13
|
"bugs": "https://github.com/BiscuitTin/eslint-config/issues",
|
|
14
14
|
"exports": {
|
|
15
|
-
"
|
|
16
|
-
".":
|
|
17
|
-
"@biscuittin/eslint-config/__source__": "./src/index.ts",
|
|
18
|
-
"require": "./dist/index.cjs",
|
|
19
|
-
"default": "./dist/index.js"
|
|
20
|
-
}
|
|
15
|
+
".": "./dist/index.js",
|
|
16
|
+
"./package.json": "./package.json"
|
|
21
17
|
},
|
|
22
18
|
"imports": {
|
|
23
19
|
"#typegen": "./typegen.d.ts"
|
|
24
20
|
},
|
|
21
|
+
"main": "./dist/index.js",
|
|
22
|
+
"module": "./dist/index.js",
|
|
23
|
+
"types": "./dist/index.d.ts",
|
|
24
|
+
"files": [
|
|
25
|
+
"LICENSE",
|
|
26
|
+
"README.md",
|
|
27
|
+
"dist",
|
|
28
|
+
"typegen.d.ts"
|
|
29
|
+
],
|
|
25
30
|
"publishConfig": {
|
|
26
31
|
"provenance": true
|
|
27
32
|
},
|
|
@@ -41,7 +46,7 @@
|
|
|
41
46
|
"optional": true
|
|
42
47
|
},
|
|
43
48
|
"eslint": {
|
|
44
|
-
"optional":
|
|
49
|
+
"optional": false
|
|
45
50
|
},
|
|
46
51
|
"tailwindcss": {
|
|
47
52
|
"optional": true
|
|
@@ -55,53 +60,48 @@
|
|
|
55
60
|
},
|
|
56
61
|
"dependencies": {
|
|
57
62
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
58
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
59
|
-
"@eslint-sukka/eslint-plugin-react-jsx-a11y": "^6.
|
|
63
|
+
"@eslint-react/eslint-plugin": "^1.40.3",
|
|
64
|
+
"@eslint-sukka/eslint-plugin-react-jsx-a11y": "^6.18.0",
|
|
60
65
|
"@eslint/js": "^9.23.0",
|
|
61
66
|
"@eslint/json": "^0.11.0",
|
|
62
|
-
"@next/eslint-plugin-next": "^15.2.
|
|
67
|
+
"@next/eslint-plugin-next": "^15.2.4",
|
|
63
68
|
"@package-json/types": "^0.0.11",
|
|
64
69
|
"@stylistic/eslint-plugin-jsx": "^4.2.0",
|
|
65
70
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
66
71
|
"eslint-flat-config-utils": "^2.0.1",
|
|
67
|
-
"eslint-import-resolver-typescript": "^4.
|
|
72
|
+
"eslint-import-resolver-typescript": "^4.3.1",
|
|
68
73
|
"eslint-plugin-antfu": "^3.1.1",
|
|
69
74
|
"eslint-plugin-autofix": "^2.2.0",
|
|
70
75
|
"eslint-plugin-format": "^1.0.1",
|
|
71
|
-
"eslint-plugin-import-x": "^4.
|
|
72
|
-
"eslint-plugin-jsonc": "^2.
|
|
73
|
-
"eslint-plugin-n": "^17.
|
|
74
|
-
"eslint-plugin-perfectionist": "^4.
|
|
75
|
-
"eslint-plugin-react-compiler": "19.0.0-beta-
|
|
76
|
+
"eslint-plugin-import-x": "^4.10.0",
|
|
77
|
+
"eslint-plugin-jsonc": "^2.20.0",
|
|
78
|
+
"eslint-plugin-n": "^17.17.0",
|
|
79
|
+
"eslint-plugin-perfectionist": "^4.11.0",
|
|
80
|
+
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
|
|
76
81
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
77
82
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
78
83
|
"eslint-plugin-regexp": "^2.7.0",
|
|
79
84
|
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
80
|
-
"eslint-plugin-unicorn": "^
|
|
85
|
+
"eslint-plugin-unicorn": "^58.0.0",
|
|
81
86
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
82
87
|
"find-up": "^7.0.0",
|
|
83
88
|
"globals": "^16.0.0",
|
|
84
89
|
"jsonc-eslint-parser": "^2.4.0",
|
|
85
90
|
"local-pkg": "^1.1.1",
|
|
86
|
-
"typescript-eslint": "^8.
|
|
91
|
+
"typescript-eslint": "^8.29.0"
|
|
92
|
+
},
|
|
93
|
+
"devDependencies": {
|
|
94
|
+
"@eslint/config-inspector": "^1.0.2",
|
|
95
|
+
"@typescript-eslint/parser": "^8.29.0",
|
|
96
|
+
"dprint": "^0.49.1",
|
|
97
|
+
"eslint": "^9.23.0",
|
|
98
|
+
"tailwindcss": "^3.4.17",
|
|
99
|
+
"ts-api-utils": "^2.1.0",
|
|
100
|
+
"typescript": "^5.8.2"
|
|
87
101
|
},
|
|
88
102
|
"scripts": {
|
|
103
|
+
"build": "tsdown",
|
|
89
104
|
"build:inspector": "eslint-config-inspector build --config eslint-inspector.config.ts",
|
|
90
|
-
"dev": "eslint-config-inspector --config eslint-inspector.config.ts"
|
|
91
|
-
|
|
92
|
-
},
|
|
93
|
-
"typesVersions": {
|
|
94
|
-
"<5.0": {
|
|
95
|
-
"*": [
|
|
96
|
-
"*",
|
|
97
|
-
"./*",
|
|
98
|
-
"./*/index.d.ts",
|
|
99
|
-
"./*/index.d.mts",
|
|
100
|
-
"./*/index.d.cts"
|
|
101
|
-
]
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
"main": "./dist/index.cjs",
|
|
105
|
-
"module": "./dist/index.js",
|
|
106
|
-
"types": "./dist/index.d.ts"
|
|
105
|
+
"dev": "eslint-config-inspector --config eslint-inspector.config.ts"
|
|
106
|
+
}
|
|
107
107
|
}
|