@open-turo/eslint-config-typescript 23.0.7 → 23.0.8

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/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "eslint-plugin-import": "2.32.0",
13
13
  "eslint-plugin-jest": "29.15.2",
14
14
  "eslint-plugin-json": "4.0.1",
15
- "eslint-plugin-n": "17.24.0",
15
+ "eslint-plugin-n": "18.0.1",
16
16
  "eslint-plugin-perfectionist": "5.9.0",
17
17
  "eslint-plugin-prettier": "5.5.5",
18
18
  "eslint-plugin-sonarjs": "4.0.3",
@@ -55,6 +55,6 @@
55
55
  "access": "public"
56
56
  },
57
57
  "repository": "https://github.com/open-turo/eslint-config-typescript",
58
- "version": "23.0.7",
58
+ "version": "23.0.8",
59
59
  "packageManager": "npm@11.13.0"
60
60
  }
@@ -1132,9 +1132,6 @@ exports[`validate config the flat config is correct for index.js 1`] = `
1132
1132
  "n/no-process-exit": [
1133
1133
  2,
1134
1134
  ],
1135
- "n/no-unpublished-bin": [
1136
- 2,
1137
- ],
1138
1135
  "n/no-unpublished-import": [
1139
1136
  2,
1140
1137
  {
@@ -4425,9 +4422,6 @@ exports[`validate config the flat config is correct for index.mjs 1`] = `
4425
4422
  "n/no-process-exit": [
4426
4423
  2,
4427
4424
  ],
4428
- "n/no-unpublished-bin": [
4429
- 2,
4430
- ],
4431
4425
  "n/no-unpublished-import": [
4432
4426
  2,
4433
4427
  {
@@ -7718,9 +7712,6 @@ exports[`validate config the flat config with vitest is correct for index.js 1`]
7718
7712
  "n/no-process-exit": [
7719
7713
  2,
7720
7714
  ],
7721
- "n/no-unpublished-bin": [
7722
- 2,
7723
- ],
7724
7715
  "n/no-unpublished-import": [
7725
7716
  2,
7726
7717
  {
@@ -11092,9 +11083,6 @@ exports[`validate config the flat config with vitest is correct for index.mjs 1`
11092
11083
  "n/no-process-exit": [
11093
11084
  2,
11094
11085
  ],
11095
- "n/no-unpublished-bin": [
11096
- 2,
11097
- ],
11098
11086
  "n/no-unpublished-import": [
11099
11087
  2,
11100
11088
  {