@forsakringskassan/eslint-config 15.3.0 → 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.
- package/index.mjs +2 -0
- 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$",
|
|
@@ -256,6 +257,7 @@ export default [
|
|
|
256
257
|
"unicorn/no-negation-in-equality-check": "off",
|
|
257
258
|
"unicorn/no-null": "off", // prefer using null over undefined
|
|
258
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
|
|
259
261
|
"unicorn/no-unnecessary-polyfills": "off",
|
|
260
262
|
"unicorn/no-unreadable-array-destructuring": "off",
|
|
261
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.
|
|
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": "
|
|
45
|
+
"gitHead": "ea6d4bca0643fc49ee3538f7c05c936a712ebf97"
|
|
46
46
|
}
|