@lntvow/eslint-config 9.3.7 → 9.3.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/dist/index.cjs CHANGED
@@ -505,7 +505,7 @@ async function test(options = {}) {
505
505
  },
506
506
  files: [...GLOB_TESTS],
507
507
  rules: {
508
- "lntvow/newline-before": "error",
508
+ "lntvow/newline-before-describe-test": "error",
509
509
  // Overrides
510
510
  ...overrides
511
511
  }
package/dist/index.js CHANGED
@@ -426,7 +426,7 @@ async function test(options = {}) {
426
426
  },
427
427
  files: [...GLOB_TESTS],
428
428
  rules: {
429
- "lntvow/newline-before": "error",
429
+ "lntvow/newline-before-describe-test": "error",
430
430
  // Overrides
431
431
  ...overrides
432
432
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lntvow/eslint-config",
3
- "version": "9.3.7",
3
+ "version": "9.3.8",
4
4
  "author": "lntvow",
5
5
  "description": "eslint-config",
6
6
  "type": "module",
@@ -54,7 +54,7 @@
54
54
  "tslib": "^2.6.2",
55
55
  "typescript": "^5.4.5",
56
56
  "vue-eslint-parser": "^9.4.2",
57
- "@lntvow/eslint-plugin": "^9.3.7"
57
+ "@lntvow/eslint-plugin": "^9.3.8"
58
58
  },
59
59
  "scripts": {
60
60
  "dev": "pnpm build --format esm --watch",