@biscuittin/eslint-config 0.0.2 → 0.0.4
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/.jiek-production-tag +0 -0
- package/dist/index.cjs +3 -1
- package/dist/index.d.cts +3 -11489
- package/dist/index.d.ts +3 -11489
- package/dist/index.js +3 -1
- package/package.json +17 -14
- package/typegen.d.ts +11617 -0
package/dist/index.js
CHANGED
|
@@ -1256,15 +1256,17 @@ function react(options = {}) {
|
|
|
1256
1256
|
"@eslint-react/no-implicit-key": "error",
|
|
1257
1257
|
"@eslint-react/no-missing-component-display-name": "error",
|
|
1258
1258
|
"@eslint-react/no-unstable-context-value": "error",
|
|
1259
|
-
"@eslint-react/dom/no-void-elements-with-children": "error",
|
|
1260
1259
|
// Update as of 2021: All current versions of major browsers now automatically use the
|
|
1261
1260
|
// behavior of rel="noopener" for any target="_blank" link, nullifying this issue.
|
|
1262
1261
|
// See: https://chromestatus.com/feature/6140064063029248.
|
|
1263
1262
|
// See: https://stackoverflow.com/a/50709724
|
|
1264
1263
|
"@eslint-react/dom/no-unsafe-target-blank": "off",
|
|
1264
|
+
"@eslint-react/dom/no-void-elements-with-children": "error",
|
|
1265
|
+
"@eslint-react/web-api/no-leaked-event-listener": "error",
|
|
1265
1266
|
"@eslint-react/web-api/no-leaked-interval": "error",
|
|
1266
1267
|
"@eslint-react/web-api/no-leaked-resize-observer": "error",
|
|
1267
1268
|
"@eslint-react/web-api/no-leaked-timeout": "error",
|
|
1269
|
+
"@eslint-react/hooks-extra/no-unnecessary-use-callback": "error",
|
|
1268
1270
|
"@eslint-react/hooks-extra/no-unnecessary-use-memo": "error",
|
|
1269
1271
|
"@eslint-react/hooks-extra/no-useless-custom-hooks": "error",
|
|
1270
1272
|
"@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "error",
|
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.4",
|
|
5
5
|
"description": "A collection of ESLint configurations for Biscuit Tin projects.",
|
|
6
6
|
"author": "Biscuit Tin <opensource@biscuitt.in>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -19,6 +19,9 @@
|
|
|
19
19
|
"default": "./dist/index.js"
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
|
+
"imports": {
|
|
23
|
+
"#typegen": "./typegen.d.ts"
|
|
24
|
+
},
|
|
22
25
|
"publishConfig": {
|
|
23
26
|
"provenance": true
|
|
24
27
|
},
|
|
@@ -40,36 +43,36 @@
|
|
|
40
43
|
},
|
|
41
44
|
"dependencies": {
|
|
42
45
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
43
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
44
|
-
"@eslint-sukka/eslint-plugin-react-jsx-a11y": "^6.13.
|
|
46
|
+
"@eslint-react/eslint-plugin": "^1.24.1",
|
|
47
|
+
"@eslint-sukka/eslint-plugin-react-jsx-a11y": "^6.13.1",
|
|
45
48
|
"@eslint/js": "^9.17.0",
|
|
46
|
-
"@eslint/json": "^0.
|
|
47
|
-
"@next/eslint-plugin-next": "^15.1.
|
|
49
|
+
"@eslint/json": "^0.10.0",
|
|
50
|
+
"@next/eslint-plugin-next": "^15.1.6",
|
|
48
51
|
"@package-json/types": "^0.0.11",
|
|
49
|
-
"@stylistic/eslint-plugin-jsx": "^
|
|
52
|
+
"@stylistic/eslint-plugin-jsx": "^3.0.0",
|
|
50
53
|
"eslint-config-flat-gitignore": "^1.0.0",
|
|
51
|
-
"eslint-flat-config-utils": "^
|
|
54
|
+
"eslint-flat-config-utils": "^2.0.0",
|
|
52
55
|
"eslint-import-resolver-typescript": "^3.7.0",
|
|
53
|
-
"eslint-plugin-antfu": "^
|
|
56
|
+
"eslint-plugin-antfu": "^3.0.0",
|
|
54
57
|
"eslint-plugin-autofix": "^2.2.0",
|
|
55
58
|
"eslint-plugin-format": "^1.0.1",
|
|
56
59
|
"eslint-plugin-import-x": "^4.5.1",
|
|
57
|
-
"eslint-plugin-jsonc": "^2.
|
|
60
|
+
"eslint-plugin-jsonc": "^2.19.1",
|
|
58
61
|
"eslint-plugin-n": "^17.15.0",
|
|
59
|
-
"eslint-plugin-perfectionist": "^4.
|
|
60
|
-
"eslint-plugin-react-compiler": "19.0.0-beta-
|
|
62
|
+
"eslint-plugin-perfectionist": "^4.7.0",
|
|
63
|
+
"eslint-plugin-react-compiler": "19.0.0-beta-decd7b8-20250118",
|
|
61
64
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
62
|
-
"eslint-plugin-react-prefer-function-component": "^3.
|
|
65
|
+
"eslint-plugin-react-prefer-function-component": "^3.4.0",
|
|
63
66
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
64
67
|
"eslint-plugin-regexp": "^2.7.0",
|
|
65
|
-
"eslint-plugin-tailwindcss": "^3.
|
|
68
|
+
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
66
69
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
67
70
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
68
71
|
"find-up": "^7.0.0",
|
|
69
72
|
"globals": "^15.14.0",
|
|
70
73
|
"jsonc-eslint-parser": "^2.4.0",
|
|
71
74
|
"local-pkg": "^1.0.0",
|
|
72
|
-
"typescript-eslint": "^8.
|
|
75
|
+
"typescript-eslint": "^8.21.0"
|
|
73
76
|
},
|
|
74
77
|
"scripts": {
|
|
75
78
|
"build:inspector": "eslint-config-inspector build --config eslint-inspector.config.ts",
|