@biscuittin/eslint-config 0.0.7 → 0.1.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.d.ts +3197 -831
- package/dist/index.js +244 -246
- package/package.json +27 -27
- package/typegen.d.ts +4220 -911
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.1.0",
|
|
5
5
|
"description": "A collection of ESLint configurations for Biscuit Tin projects.",
|
|
6
6
|
"author": "Biscuit Tin <opensource@biscuitt.in>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -59,45 +59,45 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.
|
|
63
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
64
|
-
"@eslint-sukka/eslint-plugin-react-jsx-a11y": "^6.
|
|
65
|
-
"@eslint/js": "^9.
|
|
66
|
-
"@eslint/json": "^0.
|
|
67
|
-
"@next/eslint-plugin-next": "^15.
|
|
62
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
63
|
+
"@eslint-react/eslint-plugin": "^1.52.3",
|
|
64
|
+
"@eslint-sukka/eslint-plugin-react-jsx-a11y": "^6.22.1",
|
|
65
|
+
"@eslint/js": "^9.32.0",
|
|
66
|
+
"@eslint/json": "^0.13.1",
|
|
67
|
+
"@next/eslint-plugin-next": "^15.4.5",
|
|
68
68
|
"@package-json/types": "^0.0.11",
|
|
69
|
-
"@stylistic/eslint-plugin
|
|
69
|
+
"@stylistic/eslint-plugin": "^5.2.2",
|
|
70
70
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
71
|
-
"eslint-flat-config-utils": "^2.
|
|
72
|
-
"eslint-import-resolver-typescript": "^4.
|
|
71
|
+
"eslint-flat-config-utils": "^2.1.1",
|
|
72
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
73
73
|
"eslint-plugin-antfu": "^3.1.1",
|
|
74
74
|
"eslint-plugin-autofix": "^2.2.0",
|
|
75
|
+
"eslint-plugin-better-tailwindcss": "^3.7.4",
|
|
75
76
|
"eslint-plugin-format": "^1.0.1",
|
|
76
|
-
"eslint-plugin-import-x": "^4.
|
|
77
|
-
"eslint-plugin-jsonc": "^2.20.
|
|
78
|
-
"eslint-plugin-n": "^17.
|
|
79
|
-
"eslint-plugin-perfectionist": "^4.
|
|
80
|
-
"eslint-plugin-react-compiler": "19.
|
|
77
|
+
"eslint-plugin-import-x": "^4.16.1",
|
|
78
|
+
"eslint-plugin-jsonc": "^2.20.1",
|
|
79
|
+
"eslint-plugin-n": "^17.21.3",
|
|
80
|
+
"eslint-plugin-perfectionist": "^4.15.0",
|
|
81
|
+
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
81
82
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
82
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
83
|
-
"eslint-plugin-regexp": "^2.
|
|
84
|
-
"eslint-plugin-
|
|
85
|
-
"eslint-plugin-unicorn": "^58.0.0",
|
|
83
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
84
|
+
"eslint-plugin-regexp": "^2.9.1",
|
|
85
|
+
"eslint-plugin-unicorn": "^60.0.0",
|
|
86
86
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
87
87
|
"find-up": "^7.0.0",
|
|
88
|
-
"globals": "^16.
|
|
88
|
+
"globals": "^16.3.0",
|
|
89
89
|
"jsonc-eslint-parser": "^2.4.0",
|
|
90
90
|
"local-pkg": "^1.1.1",
|
|
91
|
-
"typescript-eslint": "^8.
|
|
91
|
+
"typescript-eslint": "^8.39.0"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@eslint/config-inspector": "^1.0
|
|
95
|
-
"@typescript-eslint/parser": "^8.
|
|
96
|
-
"dprint": "^0.
|
|
97
|
-
"eslint": "^9.
|
|
98
|
-
"tailwindcss": "^
|
|
94
|
+
"@eslint/config-inspector": "^1.1.0",
|
|
95
|
+
"@typescript-eslint/parser": "^8.39.0",
|
|
96
|
+
"dprint": "^0.50.1",
|
|
97
|
+
"eslint": "^9.32.0",
|
|
98
|
+
"tailwindcss": "^4.1.11",
|
|
99
99
|
"ts-api-utils": "^2.1.0",
|
|
100
|
-
"typescript": "^5.8.
|
|
100
|
+
"typescript": "^5.8.3"
|
|
101
101
|
},
|
|
102
102
|
"scripts": {
|
|
103
103
|
"build": "tsdown",
|