@luxass/eslint-config 4.3.4 → 4.3.5
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.cts +144 -127
- package/dist/index.d.ts +144 -127
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luxass/eslint-config",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.5",
|
|
4
4
|
"description": "ESLint config for @luxass",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"email": "lucasnrgaard@gmail.com",
|
|
9
9
|
"url": "https://luxass.dev"
|
|
10
10
|
},
|
|
11
|
-
"packageManager": "pnpm@8.15.
|
|
11
|
+
"packageManager": "pnpm@8.15.6",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@next/eslint-plugin-next": ">=14.0.0",
|
|
52
52
|
"@unocss/eslint-plugin": ">=0.50.0",
|
|
53
|
-
"astro-eslint-parser": "
|
|
53
|
+
"astro-eslint-parser": ">=0.16.3",
|
|
54
54
|
"eslint": ">=8.40.0",
|
|
55
|
-
"eslint-plugin-astro": "
|
|
55
|
+
"eslint-plugin-astro": ">=0.31.4",
|
|
56
56
|
"eslint-plugin-format": ">=0.1.0",
|
|
57
57
|
"eslint-plugin-react": ">=7.33.2",
|
|
58
58
|
"eslint-plugin-react-hooks": ">=4.6.0",
|
|
@@ -101,25 +101,25 @@
|
|
|
101
101
|
"@clack/prompts": "^0.7.0",
|
|
102
102
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
|
|
103
103
|
"@stylistic/eslint-plugin": "^1.7.0",
|
|
104
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
105
|
-
"@typescript-eslint/parser": "^7.
|
|
106
|
-
"eslint-config-flat-gitignore": "^0.1.
|
|
107
|
-
"eslint-flat-config-utils": "^0.2.
|
|
104
|
+
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
|
105
|
+
"@typescript-eslint/parser": "^7.5.0",
|
|
106
|
+
"eslint-config-flat-gitignore": "^0.1.5",
|
|
107
|
+
"eslint-flat-config-utils": "^0.2.1",
|
|
108
108
|
"eslint-merge-processors": "^0.1.0",
|
|
109
109
|
"eslint-plugin-antfu": "^2.1.2",
|
|
110
110
|
"eslint-plugin-import-x": "^0.5.0",
|
|
111
|
-
"eslint-plugin-jsdoc": "^48.2.
|
|
112
|
-
"eslint-plugin-jsonc": "^2.
|
|
111
|
+
"eslint-plugin-jsdoc": "^48.2.3",
|
|
112
|
+
"eslint-plugin-jsonc": "^2.15.0",
|
|
113
113
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
114
114
|
"eslint-plugin-markdown": "^4.0.1",
|
|
115
115
|
"eslint-plugin-n": "^16.6.2",
|
|
116
116
|
"eslint-plugin-sort-keys": "^2.3.5",
|
|
117
|
-
"eslint-plugin-toml": "^0.
|
|
118
|
-
"eslint-plugin-unicorn": "^
|
|
117
|
+
"eslint-plugin-toml": "^0.11.0",
|
|
118
|
+
"eslint-plugin-unicorn": "^52.0.0",
|
|
119
119
|
"eslint-plugin-unused-imports": "^3.1.0",
|
|
120
120
|
"eslint-plugin-vitest": "^0.4.1",
|
|
121
121
|
"eslint-plugin-vue": "^9.24.0",
|
|
122
|
-
"eslint-plugin-yml": "^1.
|
|
122
|
+
"eslint-plugin-yml": "^1.14.0",
|
|
123
123
|
"eslint-processor-vue-blocks": "^0.1.1",
|
|
124
124
|
"globals": "^15.0.0",
|
|
125
125
|
"jsonc-eslint-parser": "^2.4.0",
|
|
@@ -134,12 +134,12 @@
|
|
|
134
134
|
"@eslint/config-inspector": "^0.4.1",
|
|
135
135
|
"@next/eslint-plugin-next": "^14.1.4",
|
|
136
136
|
"@stylistic/eslint-plugin-migrate": "^1.7.0",
|
|
137
|
-
"@types/eslint": "^8.56.
|
|
137
|
+
"@types/eslint": "^8.56.7",
|
|
138
138
|
"@types/estree": "^1.0.5",
|
|
139
139
|
"@types/node": "^18.17.19",
|
|
140
|
-
"@typescript-eslint/rule-tester": "^7.
|
|
141
|
-
"@unocss/eslint-plugin": "^0.
|
|
142
|
-
"astro-eslint-parser": "^0.
|
|
140
|
+
"@typescript-eslint/rule-tester": "^7.5.0",
|
|
141
|
+
"@unocss/eslint-plugin": "^0.59.0",
|
|
142
|
+
"astro-eslint-parser": "^0.17.0",
|
|
143
143
|
"eslint": "^9.0.0",
|
|
144
144
|
"eslint-plugin-astro": "^0.33.1",
|
|
145
145
|
"eslint-plugin-format": "^0.1.0",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"prettier-plugin-astro": "^0.13.0",
|
|
155
155
|
"simple-git-hooks": "^2.11.1",
|
|
156
156
|
"tsup": "^8.0.2",
|
|
157
|
-
"typescript": "^5.4.
|
|
157
|
+
"typescript": "^5.4.4",
|
|
158
158
|
"vitest": "^1.4.0"
|
|
159
159
|
},
|
|
160
160
|
"simple-git-hooks": {
|