@forsakringskassan/eslint-config 15.3.1 → 15.3.3

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
@@ -257,6 +257,7 @@ export default [
257
257
  "unicorn/no-negation-in-equality-check": "off",
258
258
  "unicorn/no-null": "off", // prefer using null over undefined
259
259
  "unicorn/no-this-outside-of-class": "off", // disagree somewhat with the rule, flags stateful objects
260
+ "unicorn/no-top-level-assignment-in-function": "off", // would be useful, right now this gives to many errors, maybe enable later
260
261
  "unicorn/no-unnecessary-polyfills": "off",
261
262
  "unicorn/no-unreadable-array-destructuring": "off",
262
263
  "unicorn/no-useless-switch-case": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forsakringskassan/eslint-config",
3
- "version": "15.3.1",
3
+ "version": "15.3.3",
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": "d6cf2b2cf9ffc0fe5722736f4425911ecb2fac34"
45
+ "gitHead": "ea6d4bca0643fc49ee3538f7c05c936a712ebf97"
46
46
  }