@forsakringskassan/eslint-config 15.3.0 → 15.3.1

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.mjs +1 -0
  2. package/package.json +2 -2
package/index.mjs CHANGED
@@ -233,6 +233,7 @@ export default [
233
233
  "error",
234
234
  {
235
235
  case: "kebabCase",
236
+ checkDirectories: false,
236
237
  ignore: [
237
238
  "^__(fixtures|mocks|snapshots|tests)__$",
238
239
  "^Gruntfile.js$",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forsakringskassan/eslint-config",
3
- "version": "15.3.0",
3
+ "version": "15.3.1",
4
4
  "description": "Försäkringskassans eslint shareable config",
5
5
  "keywords": [
6
6
  "eslint"
@@ -42,5 +42,5 @@
42
42
  "engines": {
43
43
  "node": "^22.13 || >= 24"
44
44
  },
45
- "gitHead": "a50f14767cf4c9f687b56f81cf9c790208165ecc"
45
+ "gitHead": "d6cf2b2cf9ffc0fe5722736f4425911ecb2fac34"
46
46
  }