@ariel-salgado/eslint-config 0.3.4 → 0.5.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/LICENSE +2 -2
- package/dist/index.d.mts +1157 -185
- package/dist/index.mjs +150 -87
- package/package.json +122 -57
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ariel-salgado/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.5.0",
|
|
5
5
|
"description": "Eslint config for @ariel-salgado.",
|
|
6
6
|
"author": "Ariel Salgado <ariel.salgado.acevedo@gmail.com> (https://github.com/ariel-salgado/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@eslint-react/eslint-plugin": "^2.0.1",
|
|
29
29
|
"@next/eslint-plugin-next": "^15.4.0-canary.115",
|
|
30
|
-
"eslint": "^
|
|
30
|
+
"eslint": "^10.0.0",
|
|
31
31
|
"eslint-plugin-better-tailwindcss": ">=4.1.0",
|
|
32
32
|
"eslint-plugin-jsx-a11y": ">=6.10.2",
|
|
33
33
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
@@ -66,74 +66,139 @@
|
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@antfu/install-pkg": "
|
|
70
|
-
"@clack/prompts": "
|
|
71
|
-
"@
|
|
72
|
-
"@eslint/
|
|
73
|
-
"@
|
|
74
|
-
"@
|
|
75
|
-
"@typescript-eslint/
|
|
76
|
-
"@
|
|
77
|
-
"eslint-
|
|
78
|
-
"eslint-flat-
|
|
79
|
-
"eslint-
|
|
80
|
-
"eslint-
|
|
81
|
-
"eslint-plugin-
|
|
82
|
-
"eslint-plugin-
|
|
83
|
-
"eslint-plugin-
|
|
84
|
-
"eslint-plugin-
|
|
85
|
-
"eslint-plugin-
|
|
86
|
-
"eslint-plugin-
|
|
87
|
-
"eslint-plugin-
|
|
88
|
-
"eslint-plugin-
|
|
89
|
-
"eslint-plugin-
|
|
90
|
-
"eslint-plugin-
|
|
91
|
-
"eslint-plugin-
|
|
92
|
-
"eslint-plugin-
|
|
93
|
-
"eslint-plugin-
|
|
69
|
+
"@antfu/install-pkg": "1.1.0",
|
|
70
|
+
"@clack/prompts": "1.1.0",
|
|
71
|
+
"@e18e/eslint-plugin": "0.2.0",
|
|
72
|
+
"@eslint-community/eslint-plugin-eslint-comments": "4.7.1",
|
|
73
|
+
"@eslint/markdown": "7.5.1",
|
|
74
|
+
"@stylistic/eslint-plugin": "5.10.0",
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "8.56.1",
|
|
76
|
+
"@typescript-eslint/parser": "8.56.1",
|
|
77
|
+
"@vitest/eslint-plugin": "1.6.9",
|
|
78
|
+
"eslint-config-flat-gitignore": "2.2.1",
|
|
79
|
+
"eslint-flat-config-utils": "3.0.1",
|
|
80
|
+
"eslint-merge-processors": "2.0.0",
|
|
81
|
+
"eslint-plugin-ariel": "0.0.3",
|
|
82
|
+
"eslint-plugin-de-morgan": "2.1.1",
|
|
83
|
+
"eslint-plugin-import-lite": "0.5.2",
|
|
84
|
+
"eslint-plugin-jsdoc": "62.7.1",
|
|
85
|
+
"eslint-plugin-jsonc": "3.1.1",
|
|
86
|
+
"eslint-plugin-n": "17.24.0",
|
|
87
|
+
"eslint-plugin-no-only-tests": "3.3.0",
|
|
88
|
+
"eslint-plugin-perfectionist": "5.6.0",
|
|
89
|
+
"eslint-plugin-pnpm": "1.6.0",
|
|
90
|
+
"eslint-plugin-regexp": "3.0.0",
|
|
91
|
+
"eslint-plugin-toml": "1.3.1",
|
|
92
|
+
"eslint-plugin-unicorn": "63.0.0",
|
|
93
|
+
"eslint-plugin-unused-imports": "4.4.1",
|
|
94
|
+
"eslint-plugin-yml": "3.3.1",
|
|
94
95
|
"find-up-simple": "1.0.1",
|
|
95
|
-
"globals": "
|
|
96
|
-
"jsonc-eslint-parser": "^2.4.2",
|
|
96
|
+
"globals": "17.4.0",
|
|
97
97
|
"local-pkg": "1.1.2",
|
|
98
|
-
"toml-eslint-parser": "
|
|
99
|
-
"yaml-eslint-parser": "
|
|
98
|
+
"toml-eslint-parser": "1.0.3",
|
|
99
|
+
"yaml-eslint-parser": "2.0.0"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@eslint-react/eslint-plugin": "
|
|
103
|
-
"@next/eslint-plugin-next": "
|
|
104
|
-
"@types/eslint-plugin-jsx-a11y": "
|
|
105
|
-
"@types/node": "
|
|
106
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
107
|
-
"bumpp": "
|
|
108
|
-
"eslint": "
|
|
109
|
-
"eslint-plugin-better-tailwindcss": "
|
|
110
|
-
"eslint-plugin-jsx-a11y": "
|
|
111
|
-
"eslint-plugin-react-hooks": "
|
|
112
|
-
"eslint-plugin-react-refresh": "
|
|
113
|
-
"eslint-plugin-solid": "
|
|
114
|
-
"eslint-plugin-svelte": "
|
|
115
|
-
"eslint-typegen": "
|
|
116
|
-
"lint-staged": "
|
|
117
|
-
"simple-git-hooks": "
|
|
118
|
-
"svelte": "
|
|
119
|
-
"svelte-eslint-parser": "
|
|
120
|
-
"tailwindcss": "
|
|
121
|
-
"tsdown": "
|
|
122
|
-
"tsx": "
|
|
123
|
-
"typescript": "
|
|
102
|
+
"@eslint-react/eslint-plugin": "2.13.0",
|
|
103
|
+
"@next/eslint-plugin-next": "16.1.6",
|
|
104
|
+
"@types/eslint-plugin-jsx-a11y": "6.10.1",
|
|
105
|
+
"@types/node": "25.3.5",
|
|
106
|
+
"@typescript/native-preview": "7.0.0-dev.20260308.1",
|
|
107
|
+
"bumpp": "10.4.1",
|
|
108
|
+
"eslint": "10.0.3",
|
|
109
|
+
"eslint-plugin-better-tailwindcss": "4.3.2",
|
|
110
|
+
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
111
|
+
"eslint-plugin-react-hooks": "7.0.1",
|
|
112
|
+
"eslint-plugin-react-refresh": "0.5.2",
|
|
113
|
+
"eslint-plugin-solid": "0.14.5",
|
|
114
|
+
"eslint-plugin-svelte": "3.15.0",
|
|
115
|
+
"eslint-typegen": "2.3.1",
|
|
116
|
+
"lint-staged": "16.3.2",
|
|
117
|
+
"simple-git-hooks": "2.13.1",
|
|
118
|
+
"svelte": "5.53.7",
|
|
119
|
+
"svelte-eslint-parser": "1.6.0",
|
|
120
|
+
"tailwindcss": "4.2.1",
|
|
121
|
+
"tsdown": "0.21.0",
|
|
122
|
+
"tsx": "4.21.0",
|
|
123
|
+
"typescript": "5.9.3"
|
|
124
124
|
},
|
|
125
125
|
"simple-git-hooks": {
|
|
126
|
-
"pre-commit": "
|
|
126
|
+
"pre-commit": "bunx lint-staged"
|
|
127
127
|
},
|
|
128
128
|
"lint-staged": {
|
|
129
129
|
"*": "eslint --fix"
|
|
130
130
|
},
|
|
131
|
+
"workspaces": {
|
|
132
|
+
"catalogs": {
|
|
133
|
+
"dev": {
|
|
134
|
+
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
135
|
+
"@types/node": "^25.2.2",
|
|
136
|
+
"@typescript/native-preview": "7.0.0-dev.20260208.1",
|
|
137
|
+
"bumpp": "^10.4.1",
|
|
138
|
+
"eslint-typegen": "^2.3.0",
|
|
139
|
+
"lint-staged": "^16.2.7",
|
|
140
|
+
"simple-git-hooks": "^2.13.1",
|
|
141
|
+
"svelte": "^5.50.0",
|
|
142
|
+
"tailwindcss": "^4.1.18",
|
|
143
|
+
"tsdown": "^0.20.3",
|
|
144
|
+
"tsx": "^4.21.0",
|
|
145
|
+
"typescript": "~5.9.3"
|
|
146
|
+
},
|
|
147
|
+
"internal": {
|
|
148
|
+
"@antfu/install-pkg": "^1.1.0",
|
|
149
|
+
"@clack/prompts": "^1.0.0",
|
|
150
|
+
"eslint": "^10.0.0",
|
|
151
|
+
"eslint-flat-config-utils": "^3.0.1",
|
|
152
|
+
"eslint-merge-processors": "^2.0.0",
|
|
153
|
+
"find-up-simple": "1.0.1",
|
|
154
|
+
"globals": "^17.3.0",
|
|
155
|
+
"local-pkg": "1.1.2"
|
|
156
|
+
},
|
|
157
|
+
"parsers": {
|
|
158
|
+
"@typescript-eslint/parser": "^8.54.0",
|
|
159
|
+
"svelte-eslint-parser": "^1.4.1",
|
|
160
|
+
"toml-eslint-parser": "^1.0.3",
|
|
161
|
+
"yaml-eslint-parser": "^2.0.0"
|
|
162
|
+
},
|
|
163
|
+
"plugins": {
|
|
164
|
+
"@e18e/eslint-plugin": "0.2.0",
|
|
165
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
|
|
166
|
+
"@eslint-react/eslint-plugin": "^2.12.2",
|
|
167
|
+
"@eslint/markdown": "^7.5.1",
|
|
168
|
+
"@next/eslint-plugin-next": "^16.1.6",
|
|
169
|
+
"@stylistic/eslint-plugin": "^5.7.1",
|
|
170
|
+
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
171
|
+
"@vitest/eslint-plugin": "^1.6.6",
|
|
172
|
+
"eslint-config-flat-gitignore": "^2.1.0",
|
|
173
|
+
"eslint-plugin-ariel": "^0.0.3",
|
|
174
|
+
"eslint-plugin-better-tailwindcss": "^4.1.1",
|
|
175
|
+
"eslint-plugin-de-morgan": "^2.0.0",
|
|
176
|
+
"eslint-plugin-import-lite": "^0.5.0",
|
|
177
|
+
"eslint-plugin-jsdoc": "^62.5.4",
|
|
178
|
+
"eslint-plugin-jsonc": "^2.21.0",
|
|
179
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
180
|
+
"eslint-plugin-n": "^17.23.2",
|
|
181
|
+
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
182
|
+
"eslint-plugin-perfectionist": "^5.5.0",
|
|
183
|
+
"eslint-plugin-pnpm": "^1.5.0",
|
|
184
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
185
|
+
"eslint-plugin-react-refresh": "^0.5.0",
|
|
186
|
+
"eslint-plugin-regexp": "^3.0.0",
|
|
187
|
+
"eslint-plugin-solid": "^0.14.5",
|
|
188
|
+
"eslint-plugin-svelte": "^3.14.0",
|
|
189
|
+
"eslint-plugin-toml": "^1.0.4",
|
|
190
|
+
"eslint-plugin-unicorn": "^62.0.0",
|
|
191
|
+
"eslint-plugin-unused-imports": "^4.3.0",
|
|
192
|
+
"eslint-plugin-yml": "^3.1.2"
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
},
|
|
131
196
|
"scripts": {
|
|
132
|
-
"build": "
|
|
133
|
-
"build:typegen": "
|
|
197
|
+
"build": "bun run build:typegen && tsdown",
|
|
198
|
+
"build:typegen": "bun run scripts/typegen.ts",
|
|
134
199
|
"dev": "tsdown --watch",
|
|
135
200
|
"lint": "eslint",
|
|
136
|
-
"lint:fix": "
|
|
201
|
+
"lint:fix": "eslint --fix",
|
|
137
202
|
"check": "tsc --noEmit",
|
|
138
203
|
"release": "sh ./scripts/release.sh"
|
|
139
204
|
}
|