@bfra.me/eslint-config 0.20.8 → 0.20.9

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/lib/index.js +1 -1
  2. package/package.json +4 -4
package/lib/index.js CHANGED
@@ -649,7 +649,7 @@ __name(jsdoc, "jsdoc");
649
649
  import { fileURLToPath } from "url";
650
650
 
651
651
  // package.json
652
- var version = "0.20.8";
652
+ var version = "0.20.9";
653
653
 
654
654
  // src/parsers/any-parser.ts
655
655
  var lineBreakPattern = /\r\n|[\n\r\u2028\u2029]/u;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bfra.me/eslint-config",
3
- "version": "0.20.8",
3
+ "version": "0.20.9",
4
4
  "description": "Shared ESLint configuration for bfra.me",
5
5
  "keywords": [
6
6
  "bfra.me",
@@ -40,7 +40,7 @@
40
40
  "@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
41
41
  "@eslint/markdown": "6.4.0",
42
42
  "eslint-config-flat-gitignore": "2.1.0",
43
- "eslint-flat-config-utils": "2.0.1",
43
+ "eslint-flat-config-utils": "2.1.0",
44
44
  "eslint-plugin-command": "3.2.0",
45
45
  "eslint-plugin-import-x": "4.12.2",
46
46
  "eslint-plugin-jsdoc": "50.6.17",
@@ -74,9 +74,9 @@
74
74
  "eslint-typegen": "2.2.0",
75
75
  "tsup": "8.5.0",
76
76
  "tsx": "4.19.4",
77
+ "@bfra.me/eslint-config": "0.20.9",
77
78
  "@bfra.me/prettier-config": "0.15.5",
78
- "@bfra.me/tsconfig": "0.9.7",
79
- "@bfra.me/eslint-config": "0.20.8"
79
+ "@bfra.me/tsconfig": "0.9.7"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "@vitest/eslint-plugin": "^1.1.21",