@infernodesign/eslint-config 2.4.0 → 2.4.1
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/cli.js +6 -6
- package/dist/index.d.ts +772 -72
- package/dist/index.js +0 -1
- package/package.json +27 -27
package/dist/index.js
CHANGED
|
@@ -1796,7 +1796,6 @@ async function react(options = {}) {
|
|
|
1796
1796
|
name: "config/react/rules",
|
|
1797
1797
|
rules: {
|
|
1798
1798
|
...pluginReact.configs.recommended.rules,
|
|
1799
|
-
"react/prefer-namespace-import": "error",
|
|
1800
1799
|
"react-refresh/only-export-components": ["error", {
|
|
1801
1800
|
allowConstantExport: isAllowConstantExport,
|
|
1802
1801
|
allowExportNames: [...isUsingNext ? [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infernodesign/eslint-config",
|
|
3
3
|
"description": "ESLint config for Inferno Design.",
|
|
4
|
-
"version": "2.4.
|
|
4
|
+
"version": "2.4.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Inferno Design <support@infernodesign.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -47,22 +47,22 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@antfu/install-pkg": "1.1.0",
|
|
50
|
-
"@clack/prompts": "1.
|
|
51
|
-
"@e18e/eslint-plugin": "0.
|
|
50
|
+
"@clack/prompts": "1.3.0",
|
|
51
|
+
"@e18e/eslint-plugin": "0.4.1",
|
|
52
52
|
"@eslint-community/eslint-plugin-eslint-comments": "4.7.1",
|
|
53
53
|
"@eslint/compat": "2.0.5",
|
|
54
54
|
"@eslint/config-array": "0.23.5",
|
|
55
55
|
"@eslint/config-helpers": "0.5.5",
|
|
56
56
|
"@eslint/markdown": "8.0.1",
|
|
57
57
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
58
|
-
"@typescript-eslint/eslint-plugin": "8.59.
|
|
59
|
-
"@typescript-eslint/parser": "8.59.
|
|
60
|
-
"@typescript-eslint/utils": "8.59.
|
|
58
|
+
"@typescript-eslint/eslint-plugin": "8.59.1",
|
|
59
|
+
"@typescript-eslint/parser": "8.59.1",
|
|
60
|
+
"@typescript-eslint/utils": "8.59.1",
|
|
61
61
|
"@vitest/eslint-plugin": "1.6.16",
|
|
62
62
|
"ansis": "4.2.0",
|
|
63
63
|
"cac": "7.0.0",
|
|
64
64
|
"eslint-config-flat-gitignore": "2.3.0",
|
|
65
|
-
"eslint-flat-config-utils": "3.
|
|
65
|
+
"eslint-flat-config-utils": "3.2.0",
|
|
66
66
|
"eslint-merge-processors": "2.0.0",
|
|
67
67
|
"eslint-plugin-antfu": "3.2.2",
|
|
68
68
|
"eslint-plugin-command": "3.5.2",
|
|
@@ -70,17 +70,17 @@
|
|
|
70
70
|
"eslint-plugin-jsdoc": "62.9.0",
|
|
71
71
|
"eslint-plugin-jsonc": "3.1.2",
|
|
72
72
|
"eslint-plugin-n": "17.24.0",
|
|
73
|
-
"eslint-plugin-no-only-tests": "3.
|
|
73
|
+
"eslint-plugin-no-only-tests": "3.4.0",
|
|
74
74
|
"eslint-plugin-perfectionist": "5.9.0",
|
|
75
75
|
"eslint-plugin-pnpm": "1.6.0",
|
|
76
76
|
"eslint-plugin-regexp": "3.1.0",
|
|
77
77
|
"eslint-plugin-toml": "1.3.1",
|
|
78
78
|
"eslint-plugin-unicorn": "64.0.0",
|
|
79
79
|
"eslint-plugin-unused-imports": "4.4.1",
|
|
80
|
-
"eslint-plugin-vue": "10.
|
|
81
|
-
"eslint-plugin-yml": "3.3.
|
|
80
|
+
"eslint-plugin-vue": "10.9.0",
|
|
81
|
+
"eslint-plugin-yml": "3.3.2",
|
|
82
82
|
"eslint-processor-vue-blocks": "2.0.0",
|
|
83
|
-
"globals": "17.
|
|
83
|
+
"globals": "17.6.0",
|
|
84
84
|
"jsonc-eslint-parser": "3.1.0",
|
|
85
85
|
"local-pkg": "1.1.2",
|
|
86
86
|
"parse-gitignore": "2.0.0",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"yaml-eslint-parser": "2.0.0"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
|
-
"@eslint-react/eslint-plugin": "
|
|
92
|
+
"@eslint-react/eslint-plugin": "5.7.1",
|
|
93
93
|
"@eslint/config-inspector": "2.0.0",
|
|
94
94
|
"@infernodesign/typescript-config": "workspace:*",
|
|
95
95
|
"@next/eslint-plugin-next": "16.2.4",
|
|
@@ -98,16 +98,16 @@
|
|
|
98
98
|
"@types/node": "25.6.0",
|
|
99
99
|
"@unocss/eslint-plugin": "66.6.8",
|
|
100
100
|
"astro-eslint-parser": "1.4.0",
|
|
101
|
-
"eslint": "10.
|
|
101
|
+
"eslint": "10.3.0",
|
|
102
102
|
"eslint-plugin-astro": "1.7.0",
|
|
103
|
-
"eslint-plugin-better-tailwindcss": "4.
|
|
104
|
-
"eslint-plugin-erasable-syntax-only": "0.4.
|
|
103
|
+
"eslint-plugin-better-tailwindcss": "4.5.0",
|
|
104
|
+
"eslint-plugin-erasable-syntax-only": "0.4.1",
|
|
105
105
|
"eslint-plugin-format": "2.0.1",
|
|
106
106
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
107
107
|
"eslint-plugin-react-refresh": "0.5.2",
|
|
108
108
|
"eslint-plugin-solid": "0.14.5",
|
|
109
|
-
"eslint-plugin-storybook": "10.3.
|
|
110
|
-
"eslint-plugin-svelte": "3.17.
|
|
109
|
+
"eslint-plugin-storybook": "10.3.6",
|
|
110
|
+
"eslint-plugin-svelte": "3.17.1",
|
|
111
111
|
"eslint-plugin-vuejs-accessibility": "2.5.0",
|
|
112
112
|
"eslint-typegen": "2.3.1",
|
|
113
113
|
"execa": "9.6.1",
|
|
@@ -116,30 +116,30 @@
|
|
|
116
116
|
"pnpm-workspace-yaml": "1.6.0",
|
|
117
117
|
"prettier-plugin-astro": "0.14.1",
|
|
118
118
|
"prettier-plugin-slidev": "1.0.5",
|
|
119
|
-
"svelte": "5.55.
|
|
119
|
+
"svelte": "5.55.5",
|
|
120
120
|
"svelte-eslint-parser": "1.6.0",
|
|
121
121
|
"tinyglobby": "0.2.16",
|
|
122
|
-
"tsdown": "0.21.
|
|
123
|
-
"typescript": "
|
|
122
|
+
"tsdown": "0.21.10",
|
|
123
|
+
"typescript": "6.0.3",
|
|
124
124
|
"vitest": "4.1.5",
|
|
125
|
-
"vue": "3.5.
|
|
125
|
+
"vue": "3.5.33"
|
|
126
126
|
},
|
|
127
127
|
"peerDependencies": {
|
|
128
|
-
"@eslint-react/eslint-plugin": "^
|
|
128
|
+
"@eslint-react/eslint-plugin": "^5.7.1",
|
|
129
129
|
"@next/eslint-plugin-next": "^16.2.4",
|
|
130
130
|
"@prettier/plugin-xml": "^3.4.2",
|
|
131
131
|
"@unocss/eslint-plugin": "^66.6.8",
|
|
132
132
|
"astro-eslint-parser": "^1.4.0",
|
|
133
|
-
"eslint": "^10.
|
|
133
|
+
"eslint": "^10.3.0",
|
|
134
134
|
"eslint-plugin-astro": "^1.7.0",
|
|
135
|
-
"eslint-plugin-better-tailwindcss": "^4.
|
|
136
|
-
"eslint-plugin-erasable-syntax-only": "^0.4.
|
|
135
|
+
"eslint-plugin-better-tailwindcss": "^4.5.0",
|
|
136
|
+
"eslint-plugin-erasable-syntax-only": "^0.4.1",
|
|
137
137
|
"eslint-plugin-format": "^2.0.1",
|
|
138
138
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
139
139
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
140
140
|
"eslint-plugin-solid": "^0.14.5",
|
|
141
|
-
"eslint-plugin-storybook": "^10.3.
|
|
142
|
-
"eslint-plugin-svelte": "^3.17.
|
|
141
|
+
"eslint-plugin-storybook": "^10.3.6",
|
|
142
|
+
"eslint-plugin-svelte": "^3.17.1",
|
|
143
143
|
"eslint-plugin-vuejs-accessibility": "^2.5.0",
|
|
144
144
|
"prettier-plugin-astro": "^0.14.1",
|
|
145
145
|
"prettier-plugin-slidev": "^1.0.5",
|