@w5s/eslint-config 3.7.0 → 3.7.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -1198,7 +1198,7 @@ async function defineConfig(options = {}) {
1198
1198
  //#region src/meta.ts
1199
1199
  const meta = Object.freeze({
1200
1200
  name: "@w5s/eslint-config",
1201
- version: "3.7.0",
1201
+ version: "3.7.1",
1202
1202
  buildNumber: 1
1203
1203
  });
1204
1204
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/eslint-config",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "description": "ESLint configuration presets",
5
5
  "keywords": [
6
6
  "eslint",
@@ -49,9 +49,9 @@
49
49
  "@typescript-eslint/eslint-plugin": "^8.0.0",
50
50
  "@typescript-eslint/parser": "^8.0.0",
51
51
  "@vitest/eslint-plugin": "^1.0.0",
52
- "@w5s/dev": "^3.4.0",
53
- "@w5s/eslint-config-ignore": "^1.2.0",
54
- "@w5s/prettier-config": "^3.1.8",
52
+ "@w5s/dev": "^3.4.1",
53
+ "@w5s/eslint-config-ignore": "^1.2.1",
54
+ "@w5s/prettier-config": "^3.1.9",
55
55
  "eslint-merge-processors": "^2.0.0",
56
56
  "eslint-plugin-import": "~2.32.0",
57
57
  "eslint-plugin-jsdoc": "~63.0.0",
@@ -83,5 +83,5 @@
83
83
  "access": "public"
84
84
  },
85
85
  "sideEffect": false,
86
- "gitHead": "9102f7149f4d1faa4a9c96e7e910cbb296bd63e5"
86
+ "gitHead": "3c34a3240794bd0fbad582a35457fb04a0567f65"
87
87
  }