@forsakringskassan/eslint-config 13.1.0 → 13.1.4

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/index.d.mts +2 -0
  2. package/package.json +4 -4
package/index.d.mts CHANGED
@@ -6,6 +6,8 @@ export const globals: typeof import("globals");
6
6
  export default config;
7
7
 
8
8
  export function defineConfig(config: Linter.Config): Linter.Config;
9
+
10
+ export function appConfig(override?: Linter.Config): Linter.Config;
9
11
  export function docsConfig(override?: Linter.Config): Linter.Config;
10
12
  export function examplesConfig(override?: Linter.Config): Linter.Config;
11
13
  export function sandboxConfig(override?: Linter.Config): Linter.Config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forsakringskassan/eslint-config",
3
- "version": "13.1.0",
3
+ "version": "13.1.4",
4
4
  "description": "Försäkringskassans eslint shareable config",
5
5
  "keywords": [
6
6
  "eslint"
@@ -25,8 +25,8 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
28
- "@eslint/js": "9.37.0",
29
- "eslint": "9.37.0",
28
+ "@eslint/js": "9.38.0",
29
+ "eslint": "9.38.0",
30
30
  "eslint-config-prettier": "10.1.8",
31
31
  "eslint-import-resolver-node": "0.3.9",
32
32
  "eslint-import-resolver-typescript": "4.4.4",
@@ -41,5 +41,5 @@
41
41
  "engines": {
42
42
  "node": ">= 22.0"
43
43
  },
44
- "gitHead": "33341c2116207c0377de2b350e0c59c0d75fe3a5"
44
+ "gitHead": "7d7c34b4f0d8a99c32b3c5eb1df7148f54647619"
45
45
  }