@gooddata/eslint-config 11.17.0-alpha.4 → 11.17.0-alpha.5

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 CHANGED
@@ -36,7 +36,12 @@
36
36
  }
37
37
  }
38
38
  ],
39
- "no-duplicate-imports": "error",
39
+ "no-duplicate-imports": [
40
+ "error",
41
+ {
42
+ "includeExports": true
43
+ }
44
+ ],
40
45
  "no-restricted-imports": [
41
46
  "error",
42
47
  {
@@ -38,7 +38,12 @@
38
38
  }
39
39
  }
40
40
  ],
41
- "no-duplicate-imports": "error",
41
+ "no-duplicate-imports": [
42
+ "error",
43
+ {
44
+ "includeExports": true
45
+ }
46
+ ],
42
47
  "no-restricted-imports": [
43
48
  "error",
44
49
  {
package/dist/browser.json CHANGED
@@ -36,7 +36,12 @@
36
36
  }
37
37
  }
38
38
  ],
39
- "no-duplicate-imports": "error",
39
+ "no-duplicate-imports": [
40
+ "error",
41
+ {
42
+ "includeExports": true
43
+ }
44
+ ],
40
45
  "no-restricted-imports": [
41
46
  "error",
42
47
  {
@@ -44,7 +44,12 @@
44
44
  }
45
45
  }
46
46
  ],
47
- "no-duplicate-imports": "error",
47
+ "no-duplicate-imports": [
48
+ "error",
49
+ {
50
+ "includeExports": true
51
+ }
52
+ ],
48
53
  "no-restricted-imports": [
49
54
  "error",
50
55
  {
@@ -43,7 +43,12 @@
43
43
  }
44
44
  }
45
45
  ],
46
- "no-duplicate-imports": "error",
46
+ "no-duplicate-imports": [
47
+ "error",
48
+ {
49
+ "includeExports": true
50
+ }
51
+ ],
47
52
  "no-restricted-imports": [
48
53
  "error",
49
54
  {
@@ -43,7 +43,12 @@
43
43
  }
44
44
  }
45
45
  ],
46
- "no-duplicate-imports": "error",
46
+ "no-duplicate-imports": [
47
+ "error",
48
+ {
49
+ "includeExports": true
50
+ }
51
+ ],
47
52
  "no-restricted-imports": [
48
53
  "error",
49
54
  {
@@ -41,7 +41,12 @@
41
41
  }
42
42
  }
43
43
  ],
44
- "no-duplicate-imports": "error",
44
+ "no-duplicate-imports": [
45
+ "error",
46
+ {
47
+ "includeExports": true
48
+ }
49
+ ],
45
50
  "no-restricted-imports": [
46
51
  "error",
47
52
  {
@@ -40,7 +40,12 @@
40
40
  }
41
41
  }
42
42
  ],
43
- "no-duplicate-imports": "error",
43
+ "no-duplicate-imports": [
44
+ "error",
45
+ {
46
+ "includeExports": true
47
+ }
48
+ ],
44
49
  "no-restricted-imports": [
45
50
  "error",
46
51
  {
package/dist/esm.json CHANGED
@@ -38,7 +38,12 @@
38
38
  }
39
39
  }
40
40
  ],
41
- "no-duplicate-imports": "error",
41
+ "no-duplicate-imports": [
42
+ "error",
43
+ {
44
+ "includeExports": true
45
+ }
46
+ ],
42
47
  "no-restricted-imports": [
43
48
  "error",
44
49
  {
@@ -42,7 +42,12 @@
42
42
  }
43
43
  }
44
44
  ],
45
- "no-duplicate-imports": "error",
45
+ "no-duplicate-imports": [
46
+ "error",
47
+ {
48
+ "includeExports": true
49
+ }
50
+ ],
46
51
  "no-restricted-imports": [
47
52
  "error",
48
53
  {
@@ -41,7 +41,12 @@
41
41
  }
42
42
  }
43
43
  ],
44
- "no-duplicate-imports": "error",
44
+ "no-duplicate-imports": [
45
+ "error",
46
+ {
47
+ "includeExports": true
48
+ }
49
+ ],
45
50
  "no-restricted-imports": [
46
51
  "error",
47
52
  {
package/dist/react.json CHANGED
@@ -39,7 +39,12 @@
39
39
  }
40
40
  }
41
41
  ],
42
- "no-duplicate-imports": "error",
42
+ "no-duplicate-imports": [
43
+ "error",
44
+ {
45
+ "includeExports": true
46
+ }
47
+ ],
43
48
  "no-restricted-imports": [
44
49
  "error",
45
50
  {
package/dist/vitest.json CHANGED
@@ -38,7 +38,12 @@
38
38
  }
39
39
  }
40
40
  ],
41
- "no-duplicate-imports": "error",
41
+ "no-duplicate-imports": [
42
+ "error",
43
+ {
44
+ "includeExports": true
45
+ }
46
+ ],
42
47
  "no-restricted-imports": [
43
48
  "error",
44
49
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/eslint-config",
3
- "version": "11.17.0-alpha.4",
3
+ "version": "11.17.0-alpha.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/gooddata/gooddata-ui-sdk.git",