@gooddata/eslint-config 11.15.0-alpha.13 → 11.15.0-alpha.15
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.
|
@@ -668,7 +668,7 @@
|
|
|
668
668
|
"react-hooks/exhaustive-deps": "error",
|
|
669
669
|
"@vitest/expect-expect": "off",
|
|
670
670
|
"@vitest/no-commented-out-tests": "warn",
|
|
671
|
-
"@vitest/valid-title": "
|
|
671
|
+
"@vitest/valid-title": "error",
|
|
672
672
|
"@vitest/no-disabled-tests": "warn",
|
|
673
673
|
"@vitest/no-focused-tests": "warn",
|
|
674
674
|
"@vitest/no-identical-title": "warn",
|
|
@@ -667,7 +667,7 @@
|
|
|
667
667
|
"react-hooks/exhaustive-deps": "error",
|
|
668
668
|
"@vitest/expect-expect": "off",
|
|
669
669
|
"@vitest/no-commented-out-tests": "warn",
|
|
670
|
-
"@vitest/valid-title": "
|
|
670
|
+
"@vitest/valid-title": "error",
|
|
671
671
|
"@vitest/no-disabled-tests": "warn",
|
|
672
672
|
"@vitest/no-focused-tests": "warn",
|
|
673
673
|
"@vitest/no-identical-title": "warn",
|
package/dist/esm-vitest.json
CHANGED
|
@@ -639,7 +639,7 @@
|
|
|
639
639
|
"no-octal-escape": 2,
|
|
640
640
|
"@vitest/expect-expect": "off",
|
|
641
641
|
"@vitest/no-commented-out-tests": "warn",
|
|
642
|
-
"@vitest/valid-title": "
|
|
642
|
+
"@vitest/valid-title": "error",
|
|
643
643
|
"@vitest/no-disabled-tests": "warn",
|
|
644
644
|
"@vitest/no-focused-tests": "warn",
|
|
645
645
|
"@vitest/no-identical-title": "warn",
|
package/dist/react-vitest.json
CHANGED
|
@@ -665,7 +665,7 @@
|
|
|
665
665
|
"react-hooks/exhaustive-deps": "error",
|
|
666
666
|
"@vitest/expect-expect": "off",
|
|
667
667
|
"@vitest/no-commented-out-tests": "warn",
|
|
668
|
-
"@vitest/valid-title": "
|
|
668
|
+
"@vitest/valid-title": "error",
|
|
669
669
|
"@vitest/no-disabled-tests": "warn",
|
|
670
670
|
"@vitest/no-focused-tests": "warn",
|
|
671
671
|
"@vitest/no-identical-title": "warn",
|
package/dist/vitest.json
CHANGED
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
"no-octal-escape": 2,
|
|
638
638
|
"@vitest/expect-expect": "off",
|
|
639
639
|
"@vitest/no-commented-out-tests": "warn",
|
|
640
|
-
"@vitest/valid-title": "
|
|
640
|
+
"@vitest/valid-title": "error",
|
|
641
641
|
"@vitest/no-disabled-tests": "warn",
|
|
642
642
|
"@vitest/no-focused-tests": "warn",
|
|
643
643
|
"@vitest/no-identical-title": "warn",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/eslint-config",
|
|
3
|
-
"version": "11.15.0-alpha.
|
|
3
|
+
"version": "11.15.0-alpha.15",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/gooddata/gooddata-ui-sdk.git",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"react": "19.1.1",
|
|
58
58
|
"react-dom": "19.1.1",
|
|
59
59
|
"storybook": "^10.0.6",
|
|
60
|
-
"typescript": "5.
|
|
60
|
+
"typescript": "5.9.3",
|
|
61
61
|
"vite-node": "^3.2.4"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|