@oliver139/eslint-config 4.2.0 → 4.2.1
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/cli.mjs +1 -1
- package/dist/index.mjs +1 -0
- package/package.json +2 -2
package/dist/cli.mjs
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliver139/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.2.
|
|
4
|
+
"version": "4.2.1",
|
|
5
5
|
"description": " Oliver's ESLint config preset powered by @antfu/eslint-config",
|
|
6
6
|
"author": "Oliver Mak <oliver139.working@gmail.com> (https://github.com/oliver139)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"typescript": "^5.9.3",
|
|
175
175
|
"vitest": "^4.0.16",
|
|
176
176
|
"vue": "^3.5.26",
|
|
177
|
-
"@oliver139/eslint-config": "4.2.
|
|
177
|
+
"@oliver139/eslint-config": "4.2.1"
|
|
178
178
|
},
|
|
179
179
|
"resolutions": {
|
|
180
180
|
"@eslint-community/eslint-utils": "catalog:peer",
|