@biscuittin/eslint-config 0.4.4 → 0.4.5
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 → index.d.mts} +222 -144
- package/dist/{index.js → index.mjs} +1 -0
- package/package.json +22 -22
- package/typegen.d.ts +222 -144
|
@@ -1198,6 +1198,7 @@ const configCommonRules = {
|
|
|
1198
1198
|
"jsx-a11y/role-has-required-aria-props": "warn",
|
|
1199
1199
|
"jsx-a11y/role-supports-aria-props": "warn",
|
|
1200
1200
|
"jsx-a11y/tabindex-no-positive": "warn",
|
|
1201
|
+
"@eslint-react/jsx-dollar": "error",
|
|
1201
1202
|
"@eslint-react/jsx-key-before-spread": "warn",
|
|
1202
1203
|
"@eslint-react/jsx-no-comment-textnodes": "error",
|
|
1203
1204
|
"@eslint-react/jsx-no-duplicate-props": "error",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@biscuittin/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.5",
|
|
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,15 +12,15 @@
|
|
|
12
12
|
},
|
|
13
13
|
"bugs": "https://github.com/BiscuitTin/eslint-config/issues",
|
|
14
14
|
"exports": {
|
|
15
|
-
".": "./dist/index.
|
|
15
|
+
".": "./dist/index.mjs",
|
|
16
16
|
"./package.json": "./package.json"
|
|
17
17
|
},
|
|
18
18
|
"imports": {
|
|
19
19
|
"#typegen": "./typegen.d.ts"
|
|
20
20
|
},
|
|
21
|
-
"main": "./dist/index.
|
|
22
|
-
"module": "./dist/index.
|
|
23
|
-
"types": "./dist/index.d.
|
|
21
|
+
"main": "./dist/index.mjs",
|
|
22
|
+
"module": "./dist/index.mjs",
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
24
|
"files": [
|
|
25
25
|
"LICENSE",
|
|
26
26
|
"README.md",
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
59
|
-
"@eslint-sukka/eslint-plugin-react-jsx-a11y": "^
|
|
60
|
-
"@eslint/js": "^9.
|
|
61
|
-
"@eslint/json": "^0.
|
|
59
|
+
"@eslint-sukka/eslint-plugin-react-jsx-a11y": "^8.0.2",
|
|
60
|
+
"@eslint/js": "^9.39.1",
|
|
61
|
+
"@eslint/json": "^0.14.0",
|
|
62
62
|
"@next/eslint-plugin-next": "^15.5.6",
|
|
63
63
|
"@package-json/types": "^0.0.12",
|
|
64
|
-
"@stylistic/eslint-plugin": "^5.
|
|
64
|
+
"@stylistic/eslint-plugin": "^5.5.0",
|
|
65
65
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
66
66
|
"eslint-flat-config-utils": "^2.1.4",
|
|
67
67
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
@@ -74,29 +74,29 @@
|
|
|
74
74
|
"eslint-plugin-n": "^17.23.1",
|
|
75
75
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
76
76
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
77
|
-
"eslint-plugin-react-dom": "^2.
|
|
78
|
-
"eslint-plugin-react-hooks": "^7.0.
|
|
79
|
-
"eslint-plugin-react-hooks-extra": "^2.
|
|
80
|
-
"eslint-plugin-react-naming-convention": "^2.
|
|
77
|
+
"eslint-plugin-react-dom": "^2.3.1",
|
|
78
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
79
|
+
"eslint-plugin-react-hooks-extra": "^2.3.1",
|
|
80
|
+
"eslint-plugin-react-naming-convention": "^2.3.1",
|
|
81
81
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
82
|
-
"eslint-plugin-react-web-api": "^2.
|
|
83
|
-
"eslint-plugin-react-x": "^2.
|
|
82
|
+
"eslint-plugin-react-web-api": "^2.3.1",
|
|
83
|
+
"eslint-plugin-react-x": "^2.3.1",
|
|
84
84
|
"eslint-plugin-regexp": "^2.10.0",
|
|
85
|
-
"eslint-plugin-unicorn": "^
|
|
86
|
-
"eslint-plugin-unused-imports": "^4.
|
|
85
|
+
"eslint-plugin-unicorn": "^62.0.0",
|
|
86
|
+
"eslint-plugin-unused-imports": "^4.3.0",
|
|
87
87
|
"find-up": "^8.0.0",
|
|
88
|
-
"globals": "^16.
|
|
88
|
+
"globals": "^16.5.0",
|
|
89
89
|
"jsonc-eslint-parser": "^2.4.1",
|
|
90
90
|
"local-pkg": "^1.1.2",
|
|
91
91
|
"ts-api-utils": "^2.1.0",
|
|
92
|
-
"typescript-eslint": "^8.46.
|
|
92
|
+
"typescript-eslint": "^8.46.3"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@eslint/config-inspector": "^1.3.0",
|
|
96
|
-
"@typescript-eslint/parser": "^8.46.
|
|
96
|
+
"@typescript-eslint/parser": "^8.46.3",
|
|
97
97
|
"dprint": "^0.50.2",
|
|
98
|
-
"eslint": "^9.
|
|
99
|
-
"tailwindcss": "^4.1.
|
|
98
|
+
"eslint": "^9.39.1",
|
|
99
|
+
"tailwindcss": "^4.1.17",
|
|
100
100
|
"typescript": "^5.9.3"
|
|
101
101
|
},
|
|
102
102
|
"scripts": {
|