@gooddata/eslint-config 11.17.0-alpha.3 → 11.17.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 +10 -1
- package/dist/browser-esm.json +10 -1
- package/dist/browser.json +10 -1
- package/dist/esm-react-cypress.json +10 -1
- package/dist/esm-react-vitest-storybook.json +11 -3
- package/dist/esm-react-vitest.json +10 -1
- package/dist/esm-react.json +10 -1
- package/dist/esm-vitest.json +10 -1
- package/dist/esm.json +10 -1
- package/dist/react-cypress.json +10 -1
- package/dist/react-vitest.json +10 -1
- package/dist/react.json +10 -1
- package/dist/vitest.json +10 -1
- package/package.json +2 -2
package/dist/base.json
CHANGED
|
@@ -568,6 +568,15 @@
|
|
|
568
568
|
],
|
|
569
569
|
"no-extra-boolean-cast": "error",
|
|
570
570
|
"no-unexpected-multiline": "off",
|
|
571
|
+
"no-warning-comments": [
|
|
572
|
+
"warn",
|
|
573
|
+
{
|
|
574
|
+
"terms": [
|
|
575
|
+
"todo"
|
|
576
|
+
],
|
|
577
|
+
"location": "start"
|
|
578
|
+
}
|
|
579
|
+
],
|
|
571
580
|
"header/header": [
|
|
572
581
|
2,
|
|
573
582
|
"line",
|
|
@@ -672,7 +681,7 @@
|
|
|
672
681
|
"argsIgnorePattern": "^_.*$"
|
|
673
682
|
}
|
|
674
683
|
],
|
|
675
|
-
"@typescript-eslint/no-explicit-any":
|
|
684
|
+
"@typescript-eslint/no-explicit-any": "error",
|
|
676
685
|
"@typescript-eslint/array-type": "off",
|
|
677
686
|
"@typescript-eslint/ban-ts-comment": [
|
|
678
687
|
"error",
|
package/dist/browser-esm.json
CHANGED
|
@@ -570,6 +570,15 @@
|
|
|
570
570
|
],
|
|
571
571
|
"no-extra-boolean-cast": "error",
|
|
572
572
|
"no-unexpected-multiline": "off",
|
|
573
|
+
"no-warning-comments": [
|
|
574
|
+
"warn",
|
|
575
|
+
{
|
|
576
|
+
"terms": [
|
|
577
|
+
"todo"
|
|
578
|
+
],
|
|
579
|
+
"location": "start"
|
|
580
|
+
}
|
|
581
|
+
],
|
|
573
582
|
"header/header": [
|
|
574
583
|
2,
|
|
575
584
|
"line",
|
|
@@ -674,7 +683,7 @@
|
|
|
674
683
|
"argsIgnorePattern": "^_.*$"
|
|
675
684
|
}
|
|
676
685
|
],
|
|
677
|
-
"@typescript-eslint/no-explicit-any":
|
|
686
|
+
"@typescript-eslint/no-explicit-any": "error",
|
|
678
687
|
"@typescript-eslint/array-type": "off",
|
|
679
688
|
"@typescript-eslint/ban-ts-comment": [
|
|
680
689
|
"error",
|
package/dist/browser.json
CHANGED
|
@@ -568,6 +568,15 @@
|
|
|
568
568
|
],
|
|
569
569
|
"no-extra-boolean-cast": "error",
|
|
570
570
|
"no-unexpected-multiline": "off",
|
|
571
|
+
"no-warning-comments": [
|
|
572
|
+
"warn",
|
|
573
|
+
{
|
|
574
|
+
"terms": [
|
|
575
|
+
"todo"
|
|
576
|
+
],
|
|
577
|
+
"location": "start"
|
|
578
|
+
}
|
|
579
|
+
],
|
|
571
580
|
"header/header": [
|
|
572
581
|
2,
|
|
573
582
|
"line",
|
|
@@ -672,7 +681,7 @@
|
|
|
672
681
|
"argsIgnorePattern": "^_.*$"
|
|
673
682
|
}
|
|
674
683
|
],
|
|
675
|
-
"@typescript-eslint/no-explicit-any":
|
|
684
|
+
"@typescript-eslint/no-explicit-any": "error",
|
|
676
685
|
"@typescript-eslint/array-type": "off",
|
|
677
686
|
"@typescript-eslint/ban-ts-comment": [
|
|
678
687
|
"error",
|
|
@@ -576,6 +576,15 @@
|
|
|
576
576
|
],
|
|
577
577
|
"no-extra-boolean-cast": "error",
|
|
578
578
|
"no-unexpected-multiline": "off",
|
|
579
|
+
"no-warning-comments": [
|
|
580
|
+
"warn",
|
|
581
|
+
{
|
|
582
|
+
"terms": [
|
|
583
|
+
"todo"
|
|
584
|
+
],
|
|
585
|
+
"location": "start"
|
|
586
|
+
}
|
|
587
|
+
],
|
|
579
588
|
"header/header": [
|
|
580
589
|
2,
|
|
581
590
|
"line",
|
|
@@ -710,7 +719,7 @@
|
|
|
710
719
|
"argsIgnorePattern": "^_.*$"
|
|
711
720
|
}
|
|
712
721
|
],
|
|
713
|
-
"@typescript-eslint/no-explicit-any":
|
|
722
|
+
"@typescript-eslint/no-explicit-any": "error",
|
|
714
723
|
"@typescript-eslint/array-type": "off",
|
|
715
724
|
"@typescript-eslint/ban-ts-comment": [
|
|
716
725
|
"error",
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
"react",
|
|
10
10
|
"react-hooks",
|
|
11
11
|
"import-esm",
|
|
12
|
-
"@vitest"
|
|
13
|
-
"sonarjs"
|
|
12
|
+
"@vitest"
|
|
14
13
|
],
|
|
15
14
|
"extends": [
|
|
16
15
|
"eslint:recommended",
|
|
@@ -576,6 +575,15 @@
|
|
|
576
575
|
],
|
|
577
576
|
"no-extra-boolean-cast": "error",
|
|
578
577
|
"no-unexpected-multiline": "off",
|
|
578
|
+
"no-warning-comments": [
|
|
579
|
+
"warn",
|
|
580
|
+
{
|
|
581
|
+
"terms": [
|
|
582
|
+
"todo"
|
|
583
|
+
],
|
|
584
|
+
"location": "start"
|
|
585
|
+
}
|
|
586
|
+
],
|
|
579
587
|
"header/header": [
|
|
580
588
|
2,
|
|
581
589
|
"line",
|
|
@@ -712,7 +720,7 @@
|
|
|
712
720
|
"argsIgnorePattern": "^_.*$"
|
|
713
721
|
}
|
|
714
722
|
],
|
|
715
|
-
"@typescript-eslint/no-explicit-any":
|
|
723
|
+
"@typescript-eslint/no-explicit-any": "error",
|
|
716
724
|
"@typescript-eslint/array-type": "off",
|
|
717
725
|
"@typescript-eslint/ban-ts-comment": [
|
|
718
726
|
"error",
|
|
@@ -575,6 +575,15 @@
|
|
|
575
575
|
],
|
|
576
576
|
"no-extra-boolean-cast": "error",
|
|
577
577
|
"no-unexpected-multiline": "off",
|
|
578
|
+
"no-warning-comments": [
|
|
579
|
+
"warn",
|
|
580
|
+
{
|
|
581
|
+
"terms": [
|
|
582
|
+
"todo"
|
|
583
|
+
],
|
|
584
|
+
"location": "start"
|
|
585
|
+
}
|
|
586
|
+
],
|
|
578
587
|
"header/header": [
|
|
579
588
|
2,
|
|
580
589
|
"line",
|
|
@@ -711,7 +720,7 @@
|
|
|
711
720
|
"argsIgnorePattern": "^_.*$"
|
|
712
721
|
}
|
|
713
722
|
],
|
|
714
|
-
"@typescript-eslint/no-explicit-any":
|
|
723
|
+
"@typescript-eslint/no-explicit-any": "error",
|
|
715
724
|
"@typescript-eslint/array-type": "off",
|
|
716
725
|
"@typescript-eslint/ban-ts-comment": [
|
|
717
726
|
"error",
|
package/dist/esm-react.json
CHANGED
|
@@ -573,6 +573,15 @@
|
|
|
573
573
|
],
|
|
574
574
|
"no-extra-boolean-cast": "error",
|
|
575
575
|
"no-unexpected-multiline": "off",
|
|
576
|
+
"no-warning-comments": [
|
|
577
|
+
"warn",
|
|
578
|
+
{
|
|
579
|
+
"terms": [
|
|
580
|
+
"todo"
|
|
581
|
+
],
|
|
582
|
+
"location": "start"
|
|
583
|
+
}
|
|
584
|
+
],
|
|
576
585
|
"header/header": [
|
|
577
586
|
2,
|
|
578
587
|
"line",
|
|
@@ -702,7 +711,7 @@
|
|
|
702
711
|
"argsIgnorePattern": "^_.*$"
|
|
703
712
|
}
|
|
704
713
|
],
|
|
705
|
-
"@typescript-eslint/no-explicit-any":
|
|
714
|
+
"@typescript-eslint/no-explicit-any": "error",
|
|
706
715
|
"@typescript-eslint/array-type": "off",
|
|
707
716
|
"@typescript-eslint/ban-ts-comment": [
|
|
708
717
|
"error",
|
package/dist/esm-vitest.json
CHANGED
|
@@ -572,6 +572,15 @@
|
|
|
572
572
|
],
|
|
573
573
|
"no-extra-boolean-cast": "error",
|
|
574
574
|
"no-unexpected-multiline": "off",
|
|
575
|
+
"no-warning-comments": [
|
|
576
|
+
"warn",
|
|
577
|
+
{
|
|
578
|
+
"terms": [
|
|
579
|
+
"todo"
|
|
580
|
+
],
|
|
581
|
+
"location": "start"
|
|
582
|
+
}
|
|
583
|
+
],
|
|
575
584
|
"header/header": [
|
|
576
585
|
2,
|
|
577
586
|
"line",
|
|
@@ -683,7 +692,7 @@
|
|
|
683
692
|
"argsIgnorePattern": "^_.*$"
|
|
684
693
|
}
|
|
685
694
|
],
|
|
686
|
-
"@typescript-eslint/no-explicit-any":
|
|
695
|
+
"@typescript-eslint/no-explicit-any": "error",
|
|
687
696
|
"@typescript-eslint/array-type": "off",
|
|
688
697
|
"@typescript-eslint/ban-ts-comment": [
|
|
689
698
|
"error",
|
package/dist/esm.json
CHANGED
|
@@ -570,6 +570,15 @@
|
|
|
570
570
|
],
|
|
571
571
|
"no-extra-boolean-cast": "error",
|
|
572
572
|
"no-unexpected-multiline": "off",
|
|
573
|
+
"no-warning-comments": [
|
|
574
|
+
"warn",
|
|
575
|
+
{
|
|
576
|
+
"terms": [
|
|
577
|
+
"todo"
|
|
578
|
+
],
|
|
579
|
+
"location": "start"
|
|
580
|
+
}
|
|
581
|
+
],
|
|
573
582
|
"header/header": [
|
|
574
583
|
2,
|
|
575
584
|
"line",
|
|
@@ -674,7 +683,7 @@
|
|
|
674
683
|
"argsIgnorePattern": "^_.*$"
|
|
675
684
|
}
|
|
676
685
|
],
|
|
677
|
-
"@typescript-eslint/no-explicit-any":
|
|
686
|
+
"@typescript-eslint/no-explicit-any": "error",
|
|
678
687
|
"@typescript-eslint/array-type": "off",
|
|
679
688
|
"@typescript-eslint/ban-ts-comment": [
|
|
680
689
|
"error",
|
package/dist/react-cypress.json
CHANGED
|
@@ -574,6 +574,15 @@
|
|
|
574
574
|
],
|
|
575
575
|
"no-extra-boolean-cast": "error",
|
|
576
576
|
"no-unexpected-multiline": "off",
|
|
577
|
+
"no-warning-comments": [
|
|
578
|
+
"warn",
|
|
579
|
+
{
|
|
580
|
+
"terms": [
|
|
581
|
+
"todo"
|
|
582
|
+
],
|
|
583
|
+
"location": "start"
|
|
584
|
+
}
|
|
585
|
+
],
|
|
577
586
|
"header/header": [
|
|
578
587
|
2,
|
|
579
588
|
"line",
|
|
@@ -708,7 +717,7 @@
|
|
|
708
717
|
"argsIgnorePattern": "^_.*$"
|
|
709
718
|
}
|
|
710
719
|
],
|
|
711
|
-
"@typescript-eslint/no-explicit-any":
|
|
720
|
+
"@typescript-eslint/no-explicit-any": "error",
|
|
712
721
|
"@typescript-eslint/array-type": "off",
|
|
713
722
|
"@typescript-eslint/ban-ts-comment": [
|
|
714
723
|
"error",
|
package/dist/react-vitest.json
CHANGED
|
@@ -573,6 +573,15 @@
|
|
|
573
573
|
],
|
|
574
574
|
"no-extra-boolean-cast": "error",
|
|
575
575
|
"no-unexpected-multiline": "off",
|
|
576
|
+
"no-warning-comments": [
|
|
577
|
+
"warn",
|
|
578
|
+
{
|
|
579
|
+
"terms": [
|
|
580
|
+
"todo"
|
|
581
|
+
],
|
|
582
|
+
"location": "start"
|
|
583
|
+
}
|
|
584
|
+
],
|
|
576
585
|
"header/header": [
|
|
577
586
|
2,
|
|
578
587
|
"line",
|
|
@@ -709,7 +718,7 @@
|
|
|
709
718
|
"argsIgnorePattern": "^_.*$"
|
|
710
719
|
}
|
|
711
720
|
],
|
|
712
|
-
"@typescript-eslint/no-explicit-any":
|
|
721
|
+
"@typescript-eslint/no-explicit-any": "error",
|
|
713
722
|
"@typescript-eslint/array-type": "off",
|
|
714
723
|
"@typescript-eslint/ban-ts-comment": [
|
|
715
724
|
"error",
|
package/dist/react.json
CHANGED
|
@@ -571,6 +571,15 @@
|
|
|
571
571
|
],
|
|
572
572
|
"no-extra-boolean-cast": "error",
|
|
573
573
|
"no-unexpected-multiline": "off",
|
|
574
|
+
"no-warning-comments": [
|
|
575
|
+
"warn",
|
|
576
|
+
{
|
|
577
|
+
"terms": [
|
|
578
|
+
"todo"
|
|
579
|
+
],
|
|
580
|
+
"location": "start"
|
|
581
|
+
}
|
|
582
|
+
],
|
|
574
583
|
"header/header": [
|
|
575
584
|
2,
|
|
576
585
|
"line",
|
|
@@ -700,7 +709,7 @@
|
|
|
700
709
|
"argsIgnorePattern": "^_.*$"
|
|
701
710
|
}
|
|
702
711
|
],
|
|
703
|
-
"@typescript-eslint/no-explicit-any":
|
|
712
|
+
"@typescript-eslint/no-explicit-any": "error",
|
|
704
713
|
"@typescript-eslint/array-type": "off",
|
|
705
714
|
"@typescript-eslint/ban-ts-comment": [
|
|
706
715
|
"error",
|
package/dist/vitest.json
CHANGED
|
@@ -570,6 +570,15 @@
|
|
|
570
570
|
],
|
|
571
571
|
"no-extra-boolean-cast": "error",
|
|
572
572
|
"no-unexpected-multiline": "off",
|
|
573
|
+
"no-warning-comments": [
|
|
574
|
+
"warn",
|
|
575
|
+
{
|
|
576
|
+
"terms": [
|
|
577
|
+
"todo"
|
|
578
|
+
],
|
|
579
|
+
"location": "start"
|
|
580
|
+
}
|
|
581
|
+
],
|
|
573
582
|
"header/header": [
|
|
574
583
|
2,
|
|
575
584
|
"line",
|
|
@@ -681,7 +690,7 @@
|
|
|
681
690
|
"argsIgnorePattern": "^_.*$"
|
|
682
691
|
}
|
|
683
692
|
],
|
|
684
|
-
"@typescript-eslint/no-explicit-any":
|
|
693
|
+
"@typescript-eslint/no-explicit-any": "error",
|
|
685
694
|
"@typescript-eslint/array-type": "off",
|
|
686
695
|
"@typescript-eslint/ban-ts-comment": [
|
|
687
696
|
"error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/eslint-config",
|
|
3
|
-
"version": "11.17.0-alpha.
|
|
3
|
+
"version": "11.17.0-alpha.4",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/gooddata/gooddata-ui-sdk.git",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@types/node": "^22.13.0",
|
|
36
36
|
"@typescript-eslint/eslint-plugin": "8.52.0",
|
|
37
37
|
"@typescript-eslint/parser": "8.52.0",
|
|
38
|
-
"@vitest/eslint-plugin": "1.
|
|
38
|
+
"@vitest/eslint-plugin": "1.6.6",
|
|
39
39
|
"eslint": "^8.57.1",
|
|
40
40
|
"eslint-config-prettier": "10.1.8",
|
|
41
41
|
"eslint-import-resolver-typescript": "4.4.4",
|