@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/package.json CHANGED
@@ -1,22 +1,23 @@
1
1
  {
2
2
  "name": "@ariel-salgado/eslint-config",
3
3
  "type": "module",
4
- "version": "0.2.0-beta.1",
5
- "description": "ESLint config for @ariel-salgado.",
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.js",
17
+ ".": "./dist/index.mjs",
15
18
  "./package.json": "./package.json"
16
19
  },
17
- "main": "./dist/index.js",
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": "^3.5.2",
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.11.0",
70
- "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
71
- "@eslint/markdown": "^7.5.0",
72
- "@stylistic/eslint-plugin": "^5.5.0",
73
- "@typescript-eslint/eslint-plugin": "^8.46.2",
74
- "@typescript-eslint/parser": "^8.46.2",
75
- "@vitest/eslint-plugin": "^1.3.24",
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": "^2.1.4",
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.3.0",
82
- "eslint-plugin-jsdoc": "^61.1.8",
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.1",
85
+ "eslint-plugin-n": "^17.23.2",
85
86
  "eslint-plugin-no-only-tests": "^3.3.0",
86
- "eslint-plugin-perfectionist": "^4.15.1",
87
- "eslint-plugin-pnpm": "^1.3.0",
88
- "eslint-plugin-regexp": "^2.10.0",
89
- "eslint-plugin-toml": "^0.12.0",
90
- "eslint-plugin-unicorn": "^61.0.2",
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.19.0",
93
- "globals": "^16.4.0",
94
- "jsonc-eslint-parser": "^2.4.1",
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.10.0",
97
- "yaml-eslint-parser": "^1.3.0"
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.3",
101
- "@next/eslint-plugin-next": "^16.0.0",
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": "^24.9.1",
104
- "@typescript/native-preview": "7.0.0-dev.20251025.1",
105
- "bumpp": "^10.3.1",
106
- "eslint": "^9.38.0",
107
- "eslint-plugin-better-tailwindcss": "^3.7.10",
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.4.24",
113
+ "eslint-plugin-react-refresh": "^0.5.0",
111
114
  "eslint-plugin-solid": "^0.14.5",
112
- "eslint-plugin-svelte": "^3.12.5",
115
+ "eslint-plugin-svelte": "^3.14.0",
113
116
  "eslint-typegen": "^2.3.0",
114
- "lint-staged": "^16.2.6",
117
+ "lint-staged": "^16.2.7",
115
118
  "simple-git-hooks": "^2.13.1",
116
- "svelte": "^5.42.1",
117
- "svelte-eslint-parser": "^1.4.0",
118
- "tailwindcss": "^4.1.16",
119
- "tsdown": "^0.15.9",
120
- "tsx": "^4.20.6",
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
  },