@forsakringskassan/eslint-config 12.2.1 → 12.2.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/flat.d.mts +6 -0
  2. package/package.json +4 -3
package/flat.d.mts ADDED
@@ -0,0 +1,6 @@
1
+ import { Linter } from "eslint";
2
+
3
+ declare const config: Linter.Config[];
4
+ export const globals: typeof import("globals");
5
+
6
+ export default config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forsakringskassan/eslint-config",
3
- "version": "12.2.1",
3
+ "version": "12.2.2",
4
4
  "description": "Försäkringskassans eslint shareable config",
5
5
  "keywords": [
6
6
  "eslint"
@@ -22,10 +22,11 @@
22
22
  "patch",
23
23
  "eslint.js",
24
24
  "flat.mjs",
25
+ "flat.d.mts",
25
26
  "index.cjs"
26
27
  ],
27
28
  "dependencies": {
28
- "@eslint/js": "9.34.0",
29
+ "@eslint/js": "9.35.0",
29
30
  "@rushstack/eslint-patch": "1.12.0",
30
31
  "eslint": "8.57.1",
31
32
  "eslint-config-prettier": "10.1.8",
@@ -43,5 +44,5 @@
43
44
  "engines": {
44
45
  "node": ">= 20.19"
45
46
  },
46
- "gitHead": "d7b7d0d141dd9bff18283260f07342a037dd1234"
47
+ "gitHead": "ada50dccddcd01d906f764576493c5a1ebbe4253"
47
48
  }