@oliver139/eslint-config 6.0.1 → 6.0.3
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/package.json +2 -2
package/dist/cli.mjs
CHANGED
|
@@ -8,7 +8,7 @@ import { cac } from "cac";
|
|
|
8
8
|
import parse from "parse-gitignore";
|
|
9
9
|
import { execSync } from "node:child_process";
|
|
10
10
|
//#region package.json
|
|
11
|
-
var version = "6.0.
|
|
11
|
+
var version = "6.0.3";
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/cli/constants.ts
|
|
14
14
|
const vscodeSettingsString = `
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliver139/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.3",
|
|
5
5
|
"description": " Oliver's ESLint config preset powered by @antfu/eslint-config v8.2.0",
|
|
6
6
|
"author": "Oliver Mak <oliver139.working@gmail.com> (https://github.com/oliver139)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"typescript": "^6.0.2",
|
|
186
186
|
"vitest": "^4.1.4",
|
|
187
187
|
"vue": "^3.5.32",
|
|
188
|
-
"@oliver139/eslint-config": "6.0.
|
|
188
|
+
"@oliver139/eslint-config": "6.0.3"
|
|
189
189
|
},
|
|
190
190
|
"resolutions": {
|
|
191
191
|
"@eslint-community/eslint-utils": "catalog:peer",
|