@gooddata/eslint-config 11.17.0-alpha.5 → 11.18.0-alpha.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/dist/base.json +8 -0
- package/dist/browser-esm.json +8 -0
- package/dist/browser.json +8 -0
- package/dist/esm-react-cypress.json +8 -0
- package/dist/esm-react-vitest-storybook.json +8 -0
- package/dist/esm-react-vitest.json +8 -0
- package/dist/esm-react.json +8 -0
- package/dist/esm-vitest.json +8 -0
- package/dist/esm.json +8 -0
- package/dist/react-cypress.json +8 -0
- package/dist/react-vitest.json +8 -0
- package/dist/react.json +8 -0
- package/dist/vitest.json +8 -0
- package/package.json +1 -1
package/dist/base.json
CHANGED
|
@@ -740,6 +740,14 @@
|
|
|
740
740
|
{
|
|
741
741
|
"selector": "TSTypeReference[typeName.type='TSQualifiedName'][typeName.left.name='React']",
|
|
742
742
|
"message": "Do not use `React.*` types. Use named imports instead."
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"selector": "ExportNamespaceSpecifier",
|
|
746
|
+
"message": "Usage of 'export * as …' is forbidden."
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"selector": "ExportAllDeclaration",
|
|
750
|
+
"message": "Usage of `export * from` is forbidden."
|
|
743
751
|
}
|
|
744
752
|
],
|
|
745
753
|
"@typescript-eslint/consistent-type-imports": [
|
package/dist/browser-esm.json
CHANGED
|
@@ -742,6 +742,14 @@
|
|
|
742
742
|
{
|
|
743
743
|
"selector": "TSTypeReference[typeName.type='TSQualifiedName'][typeName.left.name='React']",
|
|
744
744
|
"message": "Do not use `React.*` types. Use named imports instead."
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"selector": "ExportNamespaceSpecifier",
|
|
748
|
+
"message": "Usage of 'export * as …' is forbidden."
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"selector": "ExportAllDeclaration",
|
|
752
|
+
"message": "Usage of `export * from` is forbidden."
|
|
745
753
|
}
|
|
746
754
|
],
|
|
747
755
|
"@typescript-eslint/consistent-type-imports": [
|
package/dist/browser.json
CHANGED
|
@@ -740,6 +740,14 @@
|
|
|
740
740
|
{
|
|
741
741
|
"selector": "TSTypeReference[typeName.type='TSQualifiedName'][typeName.left.name='React']",
|
|
742
742
|
"message": "Do not use `React.*` types. Use named imports instead."
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"selector": "ExportNamespaceSpecifier",
|
|
746
|
+
"message": "Usage of 'export * as …' is forbidden."
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"selector": "ExportAllDeclaration",
|
|
750
|
+
"message": "Usage of `export * from` is forbidden."
|
|
743
751
|
}
|
|
744
752
|
],
|
|
745
753
|
"@typescript-eslint/consistent-type-imports": [
|
|
@@ -778,6 +778,14 @@
|
|
|
778
778
|
{
|
|
779
779
|
"selector": "TSTypeReference[typeName.type='TSQualifiedName'][typeName.left.name='React']",
|
|
780
780
|
"message": "Do not use `React.*` types. Use named imports instead."
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"selector": "ExportNamespaceSpecifier",
|
|
784
|
+
"message": "Usage of 'export * as …' is forbidden."
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"selector": "ExportAllDeclaration",
|
|
788
|
+
"message": "Usage of `export * from` is forbidden."
|
|
781
789
|
}
|
|
782
790
|
],
|
|
783
791
|
"@typescript-eslint/consistent-type-imports": [
|
|
@@ -779,6 +779,14 @@
|
|
|
779
779
|
{
|
|
780
780
|
"selector": "TSTypeReference[typeName.type='TSQualifiedName'][typeName.left.name='React']",
|
|
781
781
|
"message": "Do not use `React.*` types. Use named imports instead."
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"selector": "ExportNamespaceSpecifier",
|
|
785
|
+
"message": "Usage of 'export * as …' is forbidden."
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"selector": "ExportAllDeclaration",
|
|
789
|
+
"message": "Usage of `export * from` is forbidden."
|
|
782
790
|
}
|
|
783
791
|
],
|
|
784
792
|
"@typescript-eslint/consistent-type-imports": [
|
|
@@ -779,6 +779,14 @@
|
|
|
779
779
|
{
|
|
780
780
|
"selector": "TSTypeReference[typeName.type='TSQualifiedName'][typeName.left.name='React']",
|
|
781
781
|
"message": "Do not use `React.*` types. Use named imports instead."
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"selector": "ExportNamespaceSpecifier",
|
|
785
|
+
"message": "Usage of 'export * as …' is forbidden."
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"selector": "ExportAllDeclaration",
|
|
789
|
+
"message": "Usage of `export * from` is forbidden."
|
|
782
790
|
}
|
|
783
791
|
],
|
|
784
792
|
"@typescript-eslint/consistent-type-imports": [
|
package/dist/esm-react.json
CHANGED
|
@@ -770,6 +770,14 @@
|
|
|
770
770
|
{
|
|
771
771
|
"selector": "TSTypeReference[typeName.type='TSQualifiedName'][typeName.left.name='React']",
|
|
772
772
|
"message": "Do not use `React.*` types. Use named imports instead."
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"selector": "ExportNamespaceSpecifier",
|
|
776
|
+
"message": "Usage of 'export * as …' is forbidden."
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"selector": "ExportAllDeclaration",
|
|
780
|
+
"message": "Usage of `export * from` is forbidden."
|
|
773
781
|
}
|
|
774
782
|
],
|
|
775
783
|
"@typescript-eslint/consistent-type-imports": [
|
package/dist/esm-vitest.json
CHANGED
|
@@ -751,6 +751,14 @@
|
|
|
751
751
|
{
|
|
752
752
|
"selector": "TSTypeReference[typeName.type='TSQualifiedName'][typeName.left.name='React']",
|
|
753
753
|
"message": "Do not use `React.*` types. Use named imports instead."
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"selector": "ExportNamespaceSpecifier",
|
|
757
|
+
"message": "Usage of 'export * as …' is forbidden."
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"selector": "ExportAllDeclaration",
|
|
761
|
+
"message": "Usage of `export * from` is forbidden."
|
|
754
762
|
}
|
|
755
763
|
],
|
|
756
764
|
"@typescript-eslint/consistent-type-imports": [
|
package/dist/esm.json
CHANGED
|
@@ -742,6 +742,14 @@
|
|
|
742
742
|
{
|
|
743
743
|
"selector": "TSTypeReference[typeName.type='TSQualifiedName'][typeName.left.name='React']",
|
|
744
744
|
"message": "Do not use `React.*` types. Use named imports instead."
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"selector": "ExportNamespaceSpecifier",
|
|
748
|
+
"message": "Usage of 'export * as …' is forbidden."
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"selector": "ExportAllDeclaration",
|
|
752
|
+
"message": "Usage of `export * from` is forbidden."
|
|
745
753
|
}
|
|
746
754
|
],
|
|
747
755
|
"@typescript-eslint/consistent-type-imports": [
|
package/dist/react-cypress.json
CHANGED
|
@@ -776,6 +776,14 @@
|
|
|
776
776
|
{
|
|
777
777
|
"selector": "TSTypeReference[typeName.type='TSQualifiedName'][typeName.left.name='React']",
|
|
778
778
|
"message": "Do not use `React.*` types. Use named imports instead."
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"selector": "ExportNamespaceSpecifier",
|
|
782
|
+
"message": "Usage of 'export * as …' is forbidden."
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"selector": "ExportAllDeclaration",
|
|
786
|
+
"message": "Usage of `export * from` is forbidden."
|
|
779
787
|
}
|
|
780
788
|
],
|
|
781
789
|
"@typescript-eslint/consistent-type-imports": [
|
package/dist/react-vitest.json
CHANGED
|
@@ -777,6 +777,14 @@
|
|
|
777
777
|
{
|
|
778
778
|
"selector": "TSTypeReference[typeName.type='TSQualifiedName'][typeName.left.name='React']",
|
|
779
779
|
"message": "Do not use `React.*` types. Use named imports instead."
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"selector": "ExportNamespaceSpecifier",
|
|
783
|
+
"message": "Usage of 'export * as …' is forbidden."
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"selector": "ExportAllDeclaration",
|
|
787
|
+
"message": "Usage of `export * from` is forbidden."
|
|
780
788
|
}
|
|
781
789
|
],
|
|
782
790
|
"@typescript-eslint/consistent-type-imports": [
|
package/dist/react.json
CHANGED
|
@@ -768,6 +768,14 @@
|
|
|
768
768
|
{
|
|
769
769
|
"selector": "TSTypeReference[typeName.type='TSQualifiedName'][typeName.left.name='React']",
|
|
770
770
|
"message": "Do not use `React.*` types. Use named imports instead."
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"selector": "ExportNamespaceSpecifier",
|
|
774
|
+
"message": "Usage of 'export * as …' is forbidden."
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"selector": "ExportAllDeclaration",
|
|
778
|
+
"message": "Usage of `export * from` is forbidden."
|
|
771
779
|
}
|
|
772
780
|
],
|
|
773
781
|
"@typescript-eslint/consistent-type-imports": [
|
package/dist/vitest.json
CHANGED
|
@@ -749,6 +749,14 @@
|
|
|
749
749
|
{
|
|
750
750
|
"selector": "TSTypeReference[typeName.type='TSQualifiedName'][typeName.left.name='React']",
|
|
751
751
|
"message": "Do not use `React.*` types. Use named imports instead."
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"selector": "ExportNamespaceSpecifier",
|
|
755
|
+
"message": "Usage of 'export * as …' is forbidden."
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"selector": "ExportAllDeclaration",
|
|
759
|
+
"message": "Usage of `export * from` is forbidden."
|
|
752
760
|
}
|
|
753
761
|
],
|
|
754
762
|
"@typescript-eslint/consistent-type-imports": [
|