@ariel-salgado/eslint-config 0.2.0-beta.1 → 0.3.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/dist/{index.d.ts → index.d.mts} +3954 -2400
- package/dist/index.mjs +88919 -0
- package/package.json +47 -47
- package/dist/index.js +0 -1936
package/package.json
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ariel-salgado/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"description": "
|
|
6
|
-
"author": "Ariel Salgado <ariel.salgado.acevedo@gmail.com>",
|
|
4
|
+
"version": "0.3.0",
|
|
5
|
+
"description": "Eslint config for @ariel-salgado.",
|
|
6
|
+
"author": "Ariel Salgado <ariel.salgado.acevedo@gmail.com> (https://github.com/ariel-salgado/)",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"homepage": "https://github.com/ariel-salgado/eslint-config#readme",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "git+https://github.com/ariel-salgado/eslint-config.git"
|
|
12
12
|
},
|
|
13
|
+
"keywords": [
|
|
14
|
+
"eslint-config"
|
|
15
|
+
],
|
|
13
16
|
"exports": {
|
|
14
|
-
".": "./dist/index.
|
|
17
|
+
".": "./dist/index.mjs",
|
|
15
18
|
"./package.json": "./package.json"
|
|
16
19
|
},
|
|
17
|
-
"
|
|
18
|
-
"module": "./dist/index.js",
|
|
19
|
-
"types": "./dist/index.d.ts",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
20
21
|
"files": [
|
|
21
22
|
"dist"
|
|
22
23
|
],
|
|
@@ -27,7 +28,7 @@
|
|
|
27
28
|
"@eslint-react/eslint-plugin": "^2.0.1",
|
|
28
29
|
"@next/eslint-plugin-next": "^15.4.0-canary.115",
|
|
29
30
|
"eslint": "^9.30.0",
|
|
30
|
-
"eslint-plugin-better-tailwindcss": "
|
|
31
|
+
"eslint-plugin-better-tailwindcss": ">=4.1.0",
|
|
31
32
|
"eslint-plugin-jsx-a11y": ">=6.10.2",
|
|
32
33
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
33
34
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
@@ -66,63 +67,62 @@
|
|
|
66
67
|
},
|
|
67
68
|
"dependencies": {
|
|
68
69
|
"@antfu/install-pkg": "^1.1.0",
|
|
69
|
-
"@clack/prompts": "^0.
|
|
70
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.
|
|
71
|
-
"@eslint/markdown": "^7.5.
|
|
72
|
-
"@stylistic/eslint-plugin": "^5.
|
|
73
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
74
|
-
"@typescript-eslint/parser": "^8.
|
|
75
|
-
"@vitest/eslint-plugin": "^1.
|
|
70
|
+
"@clack/prompts": "^1.0.0",
|
|
71
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
|
|
72
|
+
"@eslint/markdown": "^7.5.1",
|
|
73
|
+
"@stylistic/eslint-plugin": "^5.7.1",
|
|
74
|
+
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
75
|
+
"@typescript-eslint/parser": "^8.54.0",
|
|
76
|
+
"@vitest/eslint-plugin": "^1.6.6",
|
|
76
77
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
77
|
-
"eslint-flat-config-utils": "^
|
|
78
|
+
"eslint-flat-config-utils": "^3.0.1",
|
|
78
79
|
"eslint-merge-processors": "^2.0.0",
|
|
79
80
|
"eslint-plugin-ariel": "^0.0.3",
|
|
80
81
|
"eslint-plugin-de-morgan": "^2.0.0",
|
|
81
|
-
"eslint-plugin-import-lite": "^0.
|
|
82
|
-
"eslint-plugin-jsdoc": "^
|
|
82
|
+
"eslint-plugin-import-lite": "^0.5.0",
|
|
83
|
+
"eslint-plugin-jsdoc": "^62.5.4",
|
|
83
84
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
84
|
-
"eslint-plugin-n": "^17.23.
|
|
85
|
+
"eslint-plugin-n": "^17.23.2",
|
|
85
86
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
86
|
-
"eslint-plugin-perfectionist": "^
|
|
87
|
-
"eslint-plugin-pnpm": "^1.
|
|
88
|
-
"eslint-plugin-regexp": "^
|
|
89
|
-
"eslint-plugin-toml": "^0.
|
|
90
|
-
"eslint-plugin-unicorn": "^
|
|
87
|
+
"eslint-plugin-perfectionist": "^5.5.0",
|
|
88
|
+
"eslint-plugin-pnpm": "^1.5.0",
|
|
89
|
+
"eslint-plugin-regexp": "^3.0.0",
|
|
90
|
+
"eslint-plugin-toml": "^1.0.4",
|
|
91
|
+
"eslint-plugin-unicorn": "^62.0.0",
|
|
91
92
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
92
|
-
"eslint-plugin-yml": "^1.
|
|
93
|
-
"
|
|
94
|
-
"
|
|
93
|
+
"eslint-plugin-yml": "^3.1.2",
|
|
94
|
+
"find-up-simple": "1.0.1",
|
|
95
|
+
"globals": "^17.3.0",
|
|
96
|
+
"jsonc-eslint-parser": "^2.4.2",
|
|
95
97
|
"local-pkg": "1.1.2",
|
|
96
|
-
"toml-eslint-parser": "^0.
|
|
97
|
-
"yaml-eslint-parser": "^
|
|
98
|
+
"toml-eslint-parser": "^1.0.3",
|
|
99
|
+
"yaml-eslint-parser": "^2.0.0"
|
|
98
100
|
},
|
|
99
101
|
"devDependencies": {
|
|
100
|
-
"@eslint-react/eslint-plugin": "^2.2
|
|
101
|
-
"@next/eslint-plugin-next": "^16.
|
|
102
|
+
"@eslint-react/eslint-plugin": "^2.12.2",
|
|
103
|
+
"@next/eslint-plugin-next": "^16.1.6",
|
|
102
104
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
103
|
-
"@types/node": "^
|
|
104
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
105
|
-
"bumpp": "^10.
|
|
106
|
-
"eslint": "^
|
|
107
|
-
"eslint-plugin-
|
|
105
|
+
"@types/node": "^25.2.2",
|
|
106
|
+
"@typescript/native-preview": "7.0.0-dev.20260208.1",
|
|
107
|
+
"bumpp": "^10.4.1",
|
|
108
|
+
"eslint": "^10.0.0",
|
|
109
|
+
"eslint-plugin-baseline-js": "^0.5.0",
|
|
110
|
+
"eslint-plugin-better-tailwindcss": "^4.1.1",
|
|
108
111
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
109
112
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
110
|
-
"eslint-plugin-react-refresh": "^0.
|
|
113
|
+
"eslint-plugin-react-refresh": "^0.5.0",
|
|
111
114
|
"eslint-plugin-solid": "^0.14.5",
|
|
112
|
-
"eslint-plugin-svelte": "^3.
|
|
115
|
+
"eslint-plugin-svelte": "^3.14.0",
|
|
113
116
|
"eslint-typegen": "^2.3.0",
|
|
114
|
-
"lint-staged": "^16.2.
|
|
117
|
+
"lint-staged": "^16.2.7",
|
|
115
118
|
"simple-git-hooks": "^2.13.1",
|
|
116
|
-
"svelte": "^5.
|
|
117
|
-
"svelte-eslint-parser": "^1.4.
|
|
118
|
-
"tailwindcss": "^4.1.
|
|
119
|
-
"tsdown": "^0.
|
|
120
|
-
"tsx": "^4.
|
|
119
|
+
"svelte": "^5.50.0",
|
|
120
|
+
"svelte-eslint-parser": "^1.4.1",
|
|
121
|
+
"tailwindcss": "^4.1.18",
|
|
122
|
+
"tsdown": "^0.20.3",
|
|
123
|
+
"tsx": "^4.21.0",
|
|
121
124
|
"typescript": "~5.9.3"
|
|
122
125
|
},
|
|
123
|
-
"resolutions": {
|
|
124
|
-
"eslint": "catalog:"
|
|
125
|
-
},
|
|
126
126
|
"simple-git-hooks": {
|
|
127
127
|
"pre-commit": "pnpm exec lint-staged"
|
|
128
128
|
},
|