@w5s/eslint-config 3.5.1 → 3.5.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1196,7 +1196,7 @@ async function defineConfig(options = {}) {
1196
1196
  //#region src/meta.ts
1197
1197
  const meta = Object.freeze({
1198
1198
  name: "@w5s/eslint-config",
1199
- version: "3.5.1",
1199
+ version: "3.5.2",
1200
1200
  buildNumber: 1
1201
1201
  });
1202
1202
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/eslint-config",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "ESLint configuration presets",
5
5
  "keywords": [
6
6
  "eslint",
@@ -47,8 +47,8 @@
47
47
  "@typescript-eslint/eslint-plugin": "^8.0.0",
48
48
  "@typescript-eslint/parser": "^8.0.0",
49
49
  "@vitest/eslint-plugin": "^1.0.0",
50
- "@w5s/dev": "^3.2.1",
51
- "@w5s/prettier-config": "^3.1.1",
50
+ "@w5s/dev": "^3.2.2",
51
+ "@w5s/prettier-config": "^3.1.2",
52
52
  "eslint-merge-processors": "^2.0.0",
53
53
  "eslint-plugin-import": "~2.32.0",
54
54
  "eslint-plugin-jsdoc": "~62.7.0",
@@ -81,5 +81,5 @@
81
81
  "access": "public"
82
82
  },
83
83
  "sideEffect": false,
84
- "gitHead": "202a665e3ce20aabf1eff51af6b0eb013c179e0a"
84
+ "gitHead": "3b43d7c3bbc5964bd4d2cede6459710fbd264104"
85
85
  }