@ariel-salgado/eslint-config 0.4.0 → 1.0.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/README.md +2 -2
- package/dist/index.d.mts +2312 -1742
- package/dist/index.mjs +221 -541
- package/dist/lib-Dbi8MGGA.mjs +11438 -0
- package/package.json +63 -142
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": "1.0.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",
|
|
@@ -25,39 +25,15 @@
|
|
|
25
25
|
"access": "public"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@eslint-react/eslint-plugin": "^2.0.1",
|
|
29
|
-
"@next/eslint-plugin-next": "^15.4.0-canary.115",
|
|
30
28
|
"eslint": "^10.0.0",
|
|
31
|
-
"eslint-plugin-better-tailwindcss": ">=4.
|
|
32
|
-
"eslint-plugin-jsx-a11y": ">=6.10.2",
|
|
33
|
-
"eslint-plugin-react-hooks": "^7.0.0",
|
|
34
|
-
"eslint-plugin-react-refresh": "^0.4.19",
|
|
35
|
-
"eslint-plugin-solid": "^0.14.3",
|
|
29
|
+
"eslint-plugin-better-tailwindcss": ">=4.5.0",
|
|
36
30
|
"eslint-plugin-svelte": "^3.10.1",
|
|
37
31
|
"svelte-eslint-parser": "^1.2.0"
|
|
38
32
|
},
|
|
39
33
|
"peerDependenciesMeta": {
|
|
40
|
-
"@eslint-react/eslint-plugin": {
|
|
41
|
-
"optional": true
|
|
42
|
-
},
|
|
43
|
-
"@next/eslint-plugin-next": {
|
|
44
|
-
"optional": true
|
|
45
|
-
},
|
|
46
34
|
"eslint-plugin-better-tailwindcss": {
|
|
47
35
|
"optional": true
|
|
48
36
|
},
|
|
49
|
-
"eslint-plugin-jsx-a11y": {
|
|
50
|
-
"optional": true
|
|
51
|
-
},
|
|
52
|
-
"eslint-plugin-react-hooks": {
|
|
53
|
-
"optional": true
|
|
54
|
-
},
|
|
55
|
-
"eslint-plugin-react-refresh": {
|
|
56
|
-
"optional": true
|
|
57
|
-
},
|
|
58
|
-
"eslint-plugin-solid": {
|
|
59
|
-
"optional": true
|
|
60
|
-
},
|
|
61
37
|
"eslint-plugin-svelte": {
|
|
62
38
|
"optional": true
|
|
63
39
|
},
|
|
@@ -66,60 +42,56 @@
|
|
|
66
42
|
}
|
|
67
43
|
},
|
|
68
44
|
"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-
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
45
|
+
"@antfu/install-pkg": "1.1.0",
|
|
46
|
+
"@clack/prompts": "1.3.0",
|
|
47
|
+
"@e18e/eslint-plugin": "0.4.1",
|
|
48
|
+
"@eslint-community/eslint-plugin-eslint-comments": "4.7.1",
|
|
49
|
+
"@eslint/markdown": "8.0.1",
|
|
50
|
+
"@stylistic/eslint-plugin": "5.10.0",
|
|
51
|
+
"@typescript-eslint/eslint-plugin": "8.59.1",
|
|
52
|
+
"@typescript-eslint/parser": "8.59.1",
|
|
53
|
+
"@vitest/eslint-plugin": "1.6.16",
|
|
54
|
+
"eslint-config-flat-gitignore": "2.3.0",
|
|
55
|
+
"eslint-flat-config-utils": "3.2.0",
|
|
56
|
+
"eslint-merge-processors": "2.0.0",
|
|
57
|
+
"eslint-plugin-ariel": "0.1.2",
|
|
58
|
+
"eslint-plugin-de-morgan": "2.1.1",
|
|
59
|
+
"eslint-plugin-import-lite": "0.6.0",
|
|
60
|
+
"eslint-plugin-jsdoc": "62.9.0",
|
|
61
|
+
"eslint-plugin-jsonc": "3.1.2",
|
|
62
|
+
"eslint-plugin-n": "17.24.0",
|
|
63
|
+
"eslint-plugin-no-only-tests": "3.4.0",
|
|
64
|
+
"eslint-plugin-perfectionist": "5.9.0",
|
|
65
|
+
"eslint-plugin-pnpm": "1.6.0",
|
|
66
|
+
"eslint-plugin-regexp": "3.1.0",
|
|
67
|
+
"eslint-plugin-toml": "1.3.1",
|
|
68
|
+
"eslint-plugin-unicorn": "64.0.0",
|
|
69
|
+
"eslint-plugin-unused-imports": "4.4.1",
|
|
70
|
+
"eslint-plugin-yml": "3.3.2",
|
|
71
|
+
"find-up-simple": "1.0.1",
|
|
72
|
+
"globals": "17.6.0",
|
|
73
|
+
"local-pkg": "1.1.2",
|
|
74
|
+
"toml-eslint-parser": "1.0.3",
|
|
75
|
+
"yaml-eslint-parser": "2.0.0"
|
|
99
76
|
},
|
|
100
77
|
"devDependencies": {
|
|
101
|
-
"@
|
|
102
|
-
"@
|
|
103
|
-
"@
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"eslint": "
|
|
108
|
-
"eslint-plugin-
|
|
109
|
-
"eslint-
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"eslint-
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"svelte-eslint-parser": "^1.5.1",
|
|
119
|
-
"tailwindcss": "^4.2.1",
|
|
120
|
-
"tsdown": "^0.21.0-beta.2",
|
|
121
|
-
"tsx": "^4.21.0",
|
|
122
|
-
"typescript": "^5.9.3"
|
|
78
|
+
"@arethetypeswrong/core": "0.18.2",
|
|
79
|
+
"@types/node": "25.6.0",
|
|
80
|
+
"@typescript/native-preview": "7.0.0-dev.20260502.1",
|
|
81
|
+
"bumpp": "11.0.1",
|
|
82
|
+
"eslint": "10.3.0",
|
|
83
|
+
"eslint-plugin-better-tailwindcss": "4.5.0",
|
|
84
|
+
"eslint-plugin-erasable-syntax-only": "0.4.1",
|
|
85
|
+
"eslint-plugin-svelte": "3.17.1",
|
|
86
|
+
"eslint-typegen": "2.3.1",
|
|
87
|
+
"lint-staged": "16.4.0",
|
|
88
|
+
"publint": "0.3.18",
|
|
89
|
+
"simple-git-hooks": "2.13.1",
|
|
90
|
+
"svelte": "5.55.5",
|
|
91
|
+
"svelte-eslint-parser": "1.6.0",
|
|
92
|
+
"tailwindcss": "4.2.4",
|
|
93
|
+
"tsdown": "0.21.10",
|
|
94
|
+
"typescript": "6.0.3"
|
|
123
95
|
},
|
|
124
96
|
"simple-git-hooks": {
|
|
125
97
|
"pre-commit": "bunx lint-staged"
|
|
@@ -127,73 +99,22 @@
|
|
|
127
99
|
"lint-staged": {
|
|
128
100
|
"*": "eslint --fix"
|
|
129
101
|
},
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
"tsdown": "^0.20.3",
|
|
143
|
-
"tsx": "^4.21.0",
|
|
144
|
-
"typescript": "~5.9.3"
|
|
145
|
-
},
|
|
146
|
-
"internal": {
|
|
147
|
-
"@antfu/install-pkg": "^1.1.0",
|
|
148
|
-
"@clack/prompts": "^1.0.0",
|
|
149
|
-
"eslint": "^10.0.0",
|
|
150
|
-
"eslint-flat-config-utils": "^3.0.1",
|
|
151
|
-
"eslint-merge-processors": "^2.0.0",
|
|
152
|
-
"find-up-simple": "1.0.1",
|
|
153
|
-
"globals": "^17.3.0",
|
|
154
|
-
"local-pkg": "1.1.2"
|
|
155
|
-
},
|
|
156
|
-
"parsers": {
|
|
157
|
-
"@typescript-eslint/parser": "^8.54.0",
|
|
158
|
-
"svelte-eslint-parser": "^1.4.1",
|
|
159
|
-
"toml-eslint-parser": "^1.0.3",
|
|
160
|
-
"yaml-eslint-parser": "^2.0.0"
|
|
161
|
-
},
|
|
162
|
-
"plugins": {
|
|
163
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
|
|
164
|
-
"@eslint-react/eslint-plugin": "^2.12.2",
|
|
165
|
-
"@eslint/markdown": "^7.5.1",
|
|
166
|
-
"@next/eslint-plugin-next": "^16.1.6",
|
|
167
|
-
"@stylistic/eslint-plugin": "^5.7.1",
|
|
168
|
-
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
169
|
-
"@vitest/eslint-plugin": "^1.6.6",
|
|
170
|
-
"eslint-config-flat-gitignore": "^2.1.0",
|
|
171
|
-
"eslint-plugin-ariel": "^0.0.3",
|
|
172
|
-
"eslint-plugin-better-tailwindcss": "^4.1.1",
|
|
173
|
-
"eslint-plugin-de-morgan": "^2.0.0",
|
|
174
|
-
"eslint-plugin-import-lite": "^0.5.0",
|
|
175
|
-
"eslint-plugin-jsdoc": "^62.5.4",
|
|
176
|
-
"eslint-plugin-jsonc": "^2.21.0",
|
|
177
|
-
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
178
|
-
"eslint-plugin-n": "^17.23.2",
|
|
179
|
-
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
180
|
-
"eslint-plugin-perfectionist": "^5.5.0",
|
|
181
|
-
"eslint-plugin-pnpm": "^1.5.0",
|
|
182
|
-
"eslint-plugin-react-hooks": "^7.0.1",
|
|
183
|
-
"eslint-plugin-react-refresh": "^0.5.0",
|
|
184
|
-
"eslint-plugin-regexp": "^3.0.0",
|
|
185
|
-
"eslint-plugin-solid": "^0.14.5",
|
|
186
|
-
"eslint-plugin-svelte": "^3.14.0",
|
|
187
|
-
"eslint-plugin-toml": "^1.0.4",
|
|
188
|
-
"eslint-plugin-unicorn": "^62.0.0",
|
|
189
|
-
"eslint-plugin-unused-imports": "^4.3.0",
|
|
190
|
-
"eslint-plugin-yml": "^3.1.2"
|
|
191
|
-
}
|
|
192
|
-
}
|
|
102
|
+
"inlinedDependencies": {
|
|
103
|
+
"@eslint-community/eslint-utils": "4.9.1",
|
|
104
|
+
"@typescript-eslint/scope-manager": "8.59.1",
|
|
105
|
+
"@typescript-eslint/types": "8.59.1",
|
|
106
|
+
"@typescript-eslint/utils": "8.59.1",
|
|
107
|
+
"@typescript-eslint/visitor-keys": "8.59.1",
|
|
108
|
+
"cached-factory": "0.2.0",
|
|
109
|
+
"eslint-plugin-erasable-syntax-only": "0.4.1",
|
|
110
|
+
"eslint-visitor-keys": [
|
|
111
|
+
"3.4.3",
|
|
112
|
+
"5.0.1"
|
|
113
|
+
]
|
|
193
114
|
},
|
|
194
115
|
"scripts": {
|
|
195
116
|
"build": "bun run build:typegen && tsdown",
|
|
196
|
-
"build:typegen": "
|
|
117
|
+
"build:typegen": "bun run scripts/typegen.ts",
|
|
197
118
|
"dev": "tsdown --watch",
|
|
198
119
|
"lint": "eslint",
|
|
199
120
|
"lint:fix": "eslint --fix",
|