@forsakringskassan/eslint-config 14.1.27 → 14.2.0
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 +4 -1
- package/package.json +2 -2
package/index.mjs
CHANGED
|
@@ -527,7 +527,10 @@ const defaultDocsConfig = defineConfig({
|
|
|
527
527
|
|
|
528
528
|
const defaultExampleConfig = {
|
|
529
529
|
name: "@forsakringskassan/eslint-config/docs-examples",
|
|
530
|
-
files: [
|
|
530
|
+
files: [
|
|
531
|
+
"**/examples/**/*.{js,ts,vue}",
|
|
532
|
+
"**/src/**/{docs,tests}/**/*.{js,ts,vue}",
|
|
533
|
+
],
|
|
531
534
|
rules: {
|
|
532
535
|
"@eslint-community/eslint-comments/require-description": "off",
|
|
533
536
|
"@typescript-eslint/explicit-function-return-type": "off",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forsakringskassan/eslint-config",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.2.0",
|
|
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.0"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "226174f88928961184e64660447a7fe046017bcf"
|
|
46
46
|
}
|