@luxass/eslint-config 4.4.3 → 4.6.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 +4 -1
- package/dist/index.cjs +169 -334
- package/dist/index.d.cts +320 -903
- package/dist/index.d.ts +320 -903
- package/dist/index.js +167 -332
- package/package.json +37 -53
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luxass/eslint-config",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.0",
|
|
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@9.0
|
|
11
|
+
"packageManager": "pnpm@9.2.0",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
@@ -50,17 +50,14 @@
|
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@eslint-react/eslint-plugin": "^1.5.8",
|
|
52
52
|
"@unocss/eslint-plugin": ">=0.50.0",
|
|
53
|
-
"astro-eslint-parser": "^0.
|
|
53
|
+
"astro-eslint-parser": "^1.0.2",
|
|
54
54
|
"eslint": ">=8.40.0",
|
|
55
|
-
"eslint-plugin-astro": "^
|
|
55
|
+
"eslint-plugin-astro": "^1.2.0",
|
|
56
56
|
"eslint-plugin-format": ">=0.1.0",
|
|
57
57
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
58
58
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
59
|
-
"eslint-plugin-
|
|
60
|
-
"
|
|
61
|
-
"eslint-plugin-tailwindcss": "^3.13.0",
|
|
62
|
-
"prettier-plugin-astro": "^0.13.0",
|
|
63
|
-
"svelte-eslint-parser": "^0.33.1"
|
|
59
|
+
"eslint-plugin-tailwindcss": "^3.17.0",
|
|
60
|
+
"prettier-plugin-astro": "^0.14.0"
|
|
64
61
|
},
|
|
65
62
|
"peerDependenciesMeta": {
|
|
66
63
|
"@unocss/eslint-plugin": {
|
|
@@ -72,9 +69,6 @@
|
|
|
72
69
|
"eslint-plugin-astro": {
|
|
73
70
|
"optional": true
|
|
74
71
|
},
|
|
75
|
-
"eslint-plugin-solid": {
|
|
76
|
-
"optional": true
|
|
77
|
-
},
|
|
78
72
|
"eslint-plugin-format": {
|
|
79
73
|
"optional": true
|
|
80
74
|
},
|
|
@@ -92,75 +86,65 @@
|
|
|
92
86
|
},
|
|
93
87
|
"eslint-plugin-tailwindcss": {
|
|
94
88
|
"optional": true
|
|
95
|
-
},
|
|
96
|
-
"svelte-eslint-parser": {
|
|
97
|
-
"optional": true
|
|
98
|
-
},
|
|
99
|
-
"eslint-plugin-svelte": {
|
|
100
|
-
"optional": true
|
|
101
89
|
}
|
|
102
90
|
},
|
|
103
91
|
"dependencies": {
|
|
104
92
|
"@antfu/install-pkg": "^0.3.3",
|
|
105
93
|
"@clack/prompts": "^0.7.0",
|
|
106
94
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
|
|
107
|
-
"@stylistic/eslint-plugin": "^1.
|
|
108
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
109
|
-
"@typescript-eslint/parser": "^7.
|
|
95
|
+
"@stylistic/eslint-plugin": "^2.1.0",
|
|
96
|
+
"@typescript-eslint/eslint-plugin": "^7.12.0",
|
|
97
|
+
"@typescript-eslint/parser": "^7.12.0",
|
|
110
98
|
"eslint-config-flat-gitignore": "^0.1.5",
|
|
111
|
-
"eslint-flat-config-utils": "^0.2.
|
|
99
|
+
"eslint-flat-config-utils": "^0.2.5",
|
|
112
100
|
"eslint-merge-processors": "^0.1.0",
|
|
113
|
-
"eslint-plugin-antfu": "^2.
|
|
114
|
-
"eslint-plugin-import-x": "^0.5.
|
|
115
|
-
"eslint-plugin-jsdoc": "^48.2.
|
|
116
|
-
"eslint-plugin-jsonc": "^2.
|
|
101
|
+
"eslint-plugin-antfu": "^2.3.3",
|
|
102
|
+
"eslint-plugin-import-x": "^0.5.1",
|
|
103
|
+
"eslint-plugin-jsdoc": "^48.2.9",
|
|
104
|
+
"eslint-plugin-jsonc": "^2.16.0",
|
|
117
105
|
"eslint-plugin-markdown": "^5.0.0",
|
|
118
|
-
"eslint-plugin-n": "^17.
|
|
119
|
-
"eslint-plugin-
|
|
106
|
+
"eslint-plugin-n": "^17.8.1",
|
|
107
|
+
"eslint-plugin-regexp": "^2.6.0",
|
|
120
108
|
"eslint-plugin-toml": "^0.11.0",
|
|
121
|
-
"eslint-plugin-unicorn": "^
|
|
122
|
-
"eslint-plugin-unused-imports": "^
|
|
109
|
+
"eslint-plugin-unicorn": "^53.0.0",
|
|
110
|
+
"eslint-plugin-unused-imports": "^4.0.0",
|
|
123
111
|
"eslint-plugin-vitest": "^0.5.4",
|
|
124
|
-
"eslint-plugin-vue": "^9.
|
|
112
|
+
"eslint-plugin-vue": "^9.26.0",
|
|
125
113
|
"eslint-plugin-yml": "^1.14.0",
|
|
126
114
|
"eslint-processor-vue-blocks": "^0.1.2",
|
|
127
|
-
"globals": "^15.
|
|
115
|
+
"globals": "^15.4.0",
|
|
128
116
|
"jsonc-eslint-parser": "^2.4.0",
|
|
129
117
|
"local-pkg": "^0.5.0",
|
|
130
118
|
"parse-gitignore": "^2.0.0",
|
|
131
119
|
"toml-eslint-parser": "^0.9.3",
|
|
132
|
-
"vue-eslint-parser": "^9.4.
|
|
133
|
-
"yaml-eslint-parser": "^1.2.
|
|
120
|
+
"vue-eslint-parser": "^9.4.3",
|
|
121
|
+
"yaml-eslint-parser": "^1.2.3"
|
|
134
122
|
},
|
|
135
123
|
"devDependencies": {
|
|
136
|
-
"@
|
|
137
|
-
"@eslint
|
|
138
|
-
"@eslint
|
|
139
|
-
"@stylistic/eslint-plugin-migrate": "^1.8.0",
|
|
124
|
+
"@eslint-react/eslint-plugin": "^1.5.15",
|
|
125
|
+
"@eslint/config-inspector": "^0.4.10",
|
|
126
|
+
"@stylistic/eslint-plugin-migrate": "^2.1.0",
|
|
140
127
|
"@types/eslint": "^8.56.10",
|
|
141
128
|
"@types/estree": "^1.0.5",
|
|
142
129
|
"@types/node": "^20.12.7",
|
|
143
|
-
"@typescript-eslint/rule-tester": "^7.
|
|
144
|
-
"@unocss/eslint-plugin": "^0.
|
|
130
|
+
"@typescript-eslint/rule-tester": "^7.12.0",
|
|
131
|
+
"@unocss/eslint-plugin": "^0.60.4",
|
|
145
132
|
"astro-eslint-parser": "^1.0.2",
|
|
146
|
-
"
|
|
147
|
-
"eslint": "^
|
|
148
|
-
"eslint-plugin-astro": "^1.1.2",
|
|
133
|
+
"eslint": "npm:eslint-ts-patch@9.2.0-6",
|
|
134
|
+
"eslint-plugin-astro": "^1.2.0",
|
|
149
135
|
"eslint-plugin-format": "^0.1.1",
|
|
150
136
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
151
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
152
|
-
"eslint-plugin-
|
|
153
|
-
"eslint-plugin-svelte": "2.38.0",
|
|
154
|
-
"eslint-plugin-tailwindcss": "^3.15.1",
|
|
137
|
+
"eslint-plugin-react-refresh": "^0.4.7",
|
|
138
|
+
"eslint-plugin-tailwindcss": "^3.17.3",
|
|
155
139
|
"eslint-typegen": "^0.2.4",
|
|
156
|
-
"lint-staged": "^15.2.
|
|
157
|
-
"prettier-plugin-astro": "^0.
|
|
140
|
+
"lint-staged": "^15.2.5",
|
|
141
|
+
"prettier-plugin-astro": "^0.14.0",
|
|
158
142
|
"simple-git-hooks": "^2.11.1",
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"tsup": "^8.0.2",
|
|
143
|
+
"tsup": "^8.1.0",
|
|
144
|
+
"tsx": "^4.14.0",
|
|
162
145
|
"typescript": "^5.4.5",
|
|
163
|
-
"vitest": "^1.6.0"
|
|
146
|
+
"vitest": "^1.6.0",
|
|
147
|
+
"vue": "^3.4.27"
|
|
164
148
|
},
|
|
165
149
|
"simple-git-hooks": {
|
|
166
150
|
"pre-commit": "pnpm lint-staged"
|