@bfra.me/eslint-config 0.50.1 → 0.50.2
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/lib/index.d.ts +515 -81
- package/lib/index.js +1 -1
- package/package.json +22 -22
- package/src/rules.d.ts +515 -81
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bfra.me/eslint-config",
|
|
3
|
-
"version": "0.50.
|
|
3
|
+
"version": "0.50.2",
|
|
4
4
|
"description": "Shared ESLint configuration for bfra.me",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bfra.me",
|
|
@@ -37,48 +37,48 @@
|
|
|
37
37
|
"src"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@eslint-community/eslint-plugin-eslint-comments": "4.
|
|
40
|
+
"@eslint-community/eslint-plugin-eslint-comments": "4.7.1",
|
|
41
41
|
"@eslint/markdown": "7.5.1",
|
|
42
|
-
"@stylistic/eslint-plugin": "5.
|
|
43
|
-
"eslint-config-flat-gitignore": "2.
|
|
44
|
-
"eslint-flat-config-utils": "3.0
|
|
42
|
+
"@stylistic/eslint-plugin": "5.10.0",
|
|
43
|
+
"eslint-config-flat-gitignore": "2.3.0",
|
|
44
|
+
"eslint-flat-config-utils": "3.1.0",
|
|
45
45
|
"eslint-merge-processors": "2.0.0",
|
|
46
46
|
"eslint-plugin-command": "3.5.2",
|
|
47
|
-
"eslint-plugin-import-x": "4.16.
|
|
48
|
-
"eslint-plugin-jsdoc": "62.
|
|
47
|
+
"eslint-plugin-import-x": "4.16.2",
|
|
48
|
+
"eslint-plugin-jsdoc": "62.9.0",
|
|
49
49
|
"eslint-plugin-json-schema-validator": "6.2.0",
|
|
50
|
-
"eslint-plugin-jsonc": "3.1.
|
|
50
|
+
"eslint-plugin-jsonc": "3.1.2",
|
|
51
51
|
"eslint-plugin-n": "17.24.0",
|
|
52
|
-
"eslint-plugin-perfectionist": "5.
|
|
53
|
-
"eslint-plugin-regexp": "3.
|
|
54
|
-
"eslint-plugin-toml": "1.3.
|
|
52
|
+
"eslint-plugin-perfectionist": "5.8.0",
|
|
53
|
+
"eslint-plugin-regexp": "3.1.0",
|
|
54
|
+
"eslint-plugin-toml": "1.3.1",
|
|
55
55
|
"eslint-plugin-unicorn": "63.0.0",
|
|
56
56
|
"eslint-plugin-unused-imports": "4.4.1",
|
|
57
|
-
"eslint-plugin-yml": "3.3.
|
|
58
|
-
"globals": "17.
|
|
57
|
+
"eslint-plugin-yml": "3.3.1",
|
|
58
|
+
"globals": "17.4.0",
|
|
59
59
|
"is-in-ci": "2.0.0",
|
|
60
60
|
"local-pkg": "1.1.2",
|
|
61
61
|
"package-manager-detector": "1.6.0",
|
|
62
62
|
"sort-package-json": "3.6.1",
|
|
63
|
-
"typescript-eslint": "8.
|
|
63
|
+
"typescript-eslint": "8.58.0",
|
|
64
64
|
"@bfra.me/es": "0.1.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@eslint-react/eslint-plugin": "2.13.0",
|
|
68
|
-
"@eslint/config-inspector": "1.
|
|
69
|
-
"@eslint/core": "1.1.
|
|
70
|
-
"@next/eslint-plugin-next": "16.
|
|
68
|
+
"@eslint/config-inspector": "1.5.0",
|
|
69
|
+
"@eslint/core": "1.1.1",
|
|
70
|
+
"@next/eslint-plugin-next": "16.2.2",
|
|
71
71
|
"@types/eslint-config-prettier": "6.11.3",
|
|
72
72
|
"@types/eslint-plugin-jsx-a11y": "6.10.1",
|
|
73
|
-
"@typescript-eslint/types": "8.
|
|
74
|
-
"@vitest/eslint-plugin": "1.6.
|
|
75
|
-
"astro-eslint-parser": "1.
|
|
76
|
-
"eslint": "10.0
|
|
73
|
+
"@typescript-eslint/types": "8.58.0",
|
|
74
|
+
"@vitest/eslint-plugin": "1.6.14",
|
|
75
|
+
"astro-eslint-parser": "1.4.0",
|
|
76
|
+
"eslint": "10.1.0",
|
|
77
77
|
"eslint-config-prettier": "10.1.8",
|
|
78
78
|
"eslint-plugin-astro": "1.6.0",
|
|
79
79
|
"eslint-plugin-erasable-syntax-only": "0.4.0",
|
|
80
80
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
81
|
-
"eslint-plugin-node-dependencies": "2.
|
|
81
|
+
"eslint-plugin-node-dependencies": "2.2.0",
|
|
82
82
|
"eslint-plugin-pnpm": "1.6.0",
|
|
83
83
|
"eslint-plugin-prettier": "5.5.5",
|
|
84
84
|
"eslint-plugin-react-hooks": "7.0.1",
|