@gooddata/eslint-config 11.8.0-alpha.3 → 11.8.0-alpha.4
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 +7 -0
- package/dist/browser-esm.json +7 -0
- package/dist/browser.json +7 -0
- package/dist/esm-react-cypress.json +7 -0
- package/dist/esm-react-vitest-storybook.json +7 -0
- package/dist/esm-react-vitest.json +7 -0
- package/dist/esm-react.json +7 -0
- package/dist/esm-vitest.json +7 -0
- package/dist/esm.json +7 -0
- package/dist/react-cypress.json +7 -0
- package/dist/react-vitest.json +7 -0
- package/dist/react.json +7 -0
- package/dist/vitest.json +7 -0
- package/package.json +1 -1
package/dist/base.json
CHANGED
|
@@ -35,6 +35,13 @@
|
|
|
35
35
|
"default"
|
|
36
36
|
],
|
|
37
37
|
"message": "Default import from React is not allowed. Use named imports instead."
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "@gooddata/sdk-ui-kit",
|
|
41
|
+
"importNames": [
|
|
42
|
+
"Icon"
|
|
43
|
+
],
|
|
44
|
+
"message": "The Icon export cannot be tree-shaken, use {IconName}Icon imports instead."
|
|
38
45
|
}
|
|
39
46
|
],
|
|
40
47
|
"patterns": [
|
package/dist/browser-esm.json
CHANGED
|
@@ -37,6 +37,13 @@
|
|
|
37
37
|
"default"
|
|
38
38
|
],
|
|
39
39
|
"message": "Default import from React is not allowed. Use named imports instead."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "@gooddata/sdk-ui-kit",
|
|
43
|
+
"importNames": [
|
|
44
|
+
"Icon"
|
|
45
|
+
],
|
|
46
|
+
"message": "The Icon export cannot be tree-shaken, use {IconName}Icon imports instead."
|
|
40
47
|
}
|
|
41
48
|
],
|
|
42
49
|
"patterns": [
|
package/dist/browser.json
CHANGED
|
@@ -35,6 +35,13 @@
|
|
|
35
35
|
"default"
|
|
36
36
|
],
|
|
37
37
|
"message": "Default import from React is not allowed. Use named imports instead."
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "@gooddata/sdk-ui-kit",
|
|
41
|
+
"importNames": [
|
|
42
|
+
"Icon"
|
|
43
|
+
],
|
|
44
|
+
"message": "The Icon export cannot be tree-shaken, use {IconName}Icon imports instead."
|
|
38
45
|
}
|
|
39
46
|
],
|
|
40
47
|
"patterns": [
|
|
@@ -43,6 +43,13 @@
|
|
|
43
43
|
"default"
|
|
44
44
|
],
|
|
45
45
|
"message": "Default import from React is not allowed. Use named imports instead."
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "@gooddata/sdk-ui-kit",
|
|
49
|
+
"importNames": [
|
|
50
|
+
"Icon"
|
|
51
|
+
],
|
|
52
|
+
"message": "The Icon export cannot be tree-shaken, use {IconName}Icon imports instead."
|
|
46
53
|
}
|
|
47
54
|
],
|
|
48
55
|
"patterns": [
|
|
@@ -43,6 +43,13 @@
|
|
|
43
43
|
"default"
|
|
44
44
|
],
|
|
45
45
|
"message": "Default import from React is not allowed. Use named imports instead."
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "@gooddata/sdk-ui-kit",
|
|
49
|
+
"importNames": [
|
|
50
|
+
"Icon"
|
|
51
|
+
],
|
|
52
|
+
"message": "The Icon export cannot be tree-shaken, use {IconName}Icon imports instead."
|
|
46
53
|
}
|
|
47
54
|
],
|
|
48
55
|
"patterns": [
|
|
@@ -42,6 +42,13 @@
|
|
|
42
42
|
"default"
|
|
43
43
|
],
|
|
44
44
|
"message": "Default import from React is not allowed. Use named imports instead."
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "@gooddata/sdk-ui-kit",
|
|
48
|
+
"importNames": [
|
|
49
|
+
"Icon"
|
|
50
|
+
],
|
|
51
|
+
"message": "The Icon export cannot be tree-shaken, use {IconName}Icon imports instead."
|
|
45
52
|
}
|
|
46
53
|
],
|
|
47
54
|
"patterns": [
|
package/dist/esm-react.json
CHANGED
|
@@ -40,6 +40,13 @@
|
|
|
40
40
|
"default"
|
|
41
41
|
],
|
|
42
42
|
"message": "Default import from React is not allowed. Use named imports instead."
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "@gooddata/sdk-ui-kit",
|
|
46
|
+
"importNames": [
|
|
47
|
+
"Icon"
|
|
48
|
+
],
|
|
49
|
+
"message": "The Icon export cannot be tree-shaken, use {IconName}Icon imports instead."
|
|
43
50
|
}
|
|
44
51
|
],
|
|
45
52
|
"patterns": [
|
package/dist/esm-vitest.json
CHANGED
|
@@ -39,6 +39,13 @@
|
|
|
39
39
|
"default"
|
|
40
40
|
],
|
|
41
41
|
"message": "Default import from React is not allowed. Use named imports instead."
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "@gooddata/sdk-ui-kit",
|
|
45
|
+
"importNames": [
|
|
46
|
+
"Icon"
|
|
47
|
+
],
|
|
48
|
+
"message": "The Icon export cannot be tree-shaken, use {IconName}Icon imports instead."
|
|
42
49
|
}
|
|
43
50
|
],
|
|
44
51
|
"patterns": [
|
package/dist/esm.json
CHANGED
|
@@ -37,6 +37,13 @@
|
|
|
37
37
|
"default"
|
|
38
38
|
],
|
|
39
39
|
"message": "Default import from React is not allowed. Use named imports instead."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "@gooddata/sdk-ui-kit",
|
|
43
|
+
"importNames": [
|
|
44
|
+
"Icon"
|
|
45
|
+
],
|
|
46
|
+
"message": "The Icon export cannot be tree-shaken, use {IconName}Icon imports instead."
|
|
40
47
|
}
|
|
41
48
|
],
|
|
42
49
|
"patterns": [
|
package/dist/react-cypress.json
CHANGED
|
@@ -41,6 +41,13 @@
|
|
|
41
41
|
"default"
|
|
42
42
|
],
|
|
43
43
|
"message": "Default import from React is not allowed. Use named imports instead."
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "@gooddata/sdk-ui-kit",
|
|
47
|
+
"importNames": [
|
|
48
|
+
"Icon"
|
|
49
|
+
],
|
|
50
|
+
"message": "The Icon export cannot be tree-shaken, use {IconName}Icon imports instead."
|
|
44
51
|
}
|
|
45
52
|
],
|
|
46
53
|
"patterns": [
|
package/dist/react-vitest.json
CHANGED
|
@@ -40,6 +40,13 @@
|
|
|
40
40
|
"default"
|
|
41
41
|
],
|
|
42
42
|
"message": "Default import from React is not allowed. Use named imports instead."
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "@gooddata/sdk-ui-kit",
|
|
46
|
+
"importNames": [
|
|
47
|
+
"Icon"
|
|
48
|
+
],
|
|
49
|
+
"message": "The Icon export cannot be tree-shaken, use {IconName}Icon imports instead."
|
|
43
50
|
}
|
|
44
51
|
],
|
|
45
52
|
"patterns": [
|
package/dist/react.json
CHANGED
|
@@ -38,6 +38,13 @@
|
|
|
38
38
|
"default"
|
|
39
39
|
],
|
|
40
40
|
"message": "Default import from React is not allowed. Use named imports instead."
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "@gooddata/sdk-ui-kit",
|
|
44
|
+
"importNames": [
|
|
45
|
+
"Icon"
|
|
46
|
+
],
|
|
47
|
+
"message": "The Icon export cannot be tree-shaken, use {IconName}Icon imports instead."
|
|
41
48
|
}
|
|
42
49
|
],
|
|
43
50
|
"patterns": [
|
package/dist/vitest.json
CHANGED
|
@@ -37,6 +37,13 @@
|
|
|
37
37
|
"default"
|
|
38
38
|
],
|
|
39
39
|
"message": "Default import from React is not allowed. Use named imports instead."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "@gooddata/sdk-ui-kit",
|
|
43
|
+
"importNames": [
|
|
44
|
+
"Icon"
|
|
45
|
+
],
|
|
46
|
+
"message": "The Icon export cannot be tree-shaken, use {IconName}Icon imports instead."
|
|
40
47
|
}
|
|
41
48
|
],
|
|
42
49
|
"patterns": [
|