@gooddata/oxlint-config 11.31.0-alpha.1 → 11.31.0-alpha.2
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 -8
- package/dist/browser-esm.json +8 -8
- package/dist/esm-playwright.json +8 -8
- package/dist/esm-react-playwright.json +8 -8
- package/dist/esm-react-vitest-storybook.json +8 -8
- package/dist/esm-react-vitest.json +8 -8
- package/dist/esm-react.json +8 -8
- package/dist/esm-vitest.json +8 -8
- package/dist/esm.json +8 -8
- package/dist/react-playwright.json +8 -8
- package/dist/react-vitest.json +8 -8
- package/dist/react.json +8 -8
- package/package.json +6 -6
package/dist/base.json
CHANGED
|
@@ -646,14 +646,14 @@
|
|
|
646
646
|
}
|
|
647
647
|
],
|
|
648
648
|
"no-barrel-files/no-barrel-files": "error",
|
|
649
|
-
"named": "error",
|
|
650
|
-
"namespace": "error",
|
|
651
|
-
"default": "error",
|
|
652
|
-
"export": "error",
|
|
653
|
-
"no-named-as-default": "warn",
|
|
654
|
-
"no-named-as-default-member": "warn",
|
|
655
|
-
"no-duplicates": "warn",
|
|
656
|
-
"no-unassigned-import": "error",
|
|
649
|
+
"import/named": "error",
|
|
650
|
+
"import/namespace": "error",
|
|
651
|
+
"import/default": "error",
|
|
652
|
+
"import/export": "error",
|
|
653
|
+
"import/no-named-as-default": "warn",
|
|
654
|
+
"import/no-named-as-default-member": "warn",
|
|
655
|
+
"import/no-duplicates": "warn",
|
|
656
|
+
"import/no-unassigned-import": "error",
|
|
657
657
|
"sonarjs/function-name": "off",
|
|
658
658
|
"sonarjs/max-lines": "off",
|
|
659
659
|
"sonarjs/no-tab": "off",
|
package/dist/browser-esm.json
CHANGED
|
@@ -650,14 +650,14 @@
|
|
|
650
650
|
}
|
|
651
651
|
],
|
|
652
652
|
"no-barrel-files/no-barrel-files": "error",
|
|
653
|
-
"named": "error",
|
|
654
|
-
"namespace": "error",
|
|
655
|
-
"default": "error",
|
|
656
|
-
"export": "error",
|
|
657
|
-
"no-named-as-default": "warn",
|
|
658
|
-
"no-named-as-default-member": "warn",
|
|
659
|
-
"no-duplicates": "warn",
|
|
660
|
-
"no-unassigned-import": "error",
|
|
653
|
+
"import/named": "error",
|
|
654
|
+
"import/namespace": "error",
|
|
655
|
+
"import/default": "error",
|
|
656
|
+
"import/export": "error",
|
|
657
|
+
"import/no-named-as-default": "warn",
|
|
658
|
+
"import/no-named-as-default-member": "warn",
|
|
659
|
+
"import/no-duplicates": "warn",
|
|
660
|
+
"import/no-unassigned-import": "error",
|
|
661
661
|
"sonarjs/function-name": "off",
|
|
662
662
|
"sonarjs/max-lines": "off",
|
|
663
663
|
"sonarjs/no-tab": "off",
|
package/dist/esm-playwright.json
CHANGED
|
@@ -662,14 +662,14 @@
|
|
|
662
662
|
}
|
|
663
663
|
],
|
|
664
664
|
"no-barrel-files/no-barrel-files": "error",
|
|
665
|
-
"named": "error",
|
|
666
|
-
"namespace": "error",
|
|
667
|
-
"default": "error",
|
|
668
|
-
"export": "error",
|
|
669
|
-
"no-named-as-default": "warn",
|
|
670
|
-
"no-named-as-default-member": "warn",
|
|
671
|
-
"no-duplicates": "warn",
|
|
672
|
-
"no-unassigned-import": "error",
|
|
665
|
+
"import/named": "error",
|
|
666
|
+
"import/namespace": "error",
|
|
667
|
+
"import/default": "error",
|
|
668
|
+
"import/export": "error",
|
|
669
|
+
"import/no-named-as-default": "warn",
|
|
670
|
+
"import/no-named-as-default-member": "warn",
|
|
671
|
+
"import/no-duplicates": "warn",
|
|
672
|
+
"import/no-unassigned-import": "error",
|
|
673
673
|
"sonarjs/function-name": "off",
|
|
674
674
|
"sonarjs/max-lines": "off",
|
|
675
675
|
"sonarjs/no-tab": "off",
|
|
@@ -662,14 +662,14 @@
|
|
|
662
662
|
}
|
|
663
663
|
],
|
|
664
664
|
"no-barrel-files/no-barrel-files": "error",
|
|
665
|
-
"named": "error",
|
|
666
|
-
"namespace": "error",
|
|
667
|
-
"default": "error",
|
|
668
|
-
"export": "error",
|
|
669
|
-
"no-named-as-default": "warn",
|
|
670
|
-
"no-named-as-default-member": "warn",
|
|
671
|
-
"no-duplicates": "warn",
|
|
672
|
-
"no-unassigned-import": "error",
|
|
665
|
+
"import/named": "error",
|
|
666
|
+
"import/namespace": "error",
|
|
667
|
+
"import/default": "error",
|
|
668
|
+
"import/export": "error",
|
|
669
|
+
"import/no-named-as-default": "warn",
|
|
670
|
+
"import/no-named-as-default-member": "warn",
|
|
671
|
+
"import/no-duplicates": "warn",
|
|
672
|
+
"import/no-unassigned-import": "error",
|
|
673
673
|
"sonarjs/function-name": "off",
|
|
674
674
|
"sonarjs/max-lines": "off",
|
|
675
675
|
"sonarjs/no-tab": "off",
|
|
@@ -659,14 +659,14 @@
|
|
|
659
659
|
}
|
|
660
660
|
],
|
|
661
661
|
"no-barrel-files/no-barrel-files": "error",
|
|
662
|
-
"named": "error",
|
|
663
|
-
"namespace": "error",
|
|
664
|
-
"default": "error",
|
|
665
|
-
"export": "error",
|
|
666
|
-
"no-named-as-default": "warn",
|
|
667
|
-
"no-named-as-default-member": "warn",
|
|
668
|
-
"no-duplicates": "warn",
|
|
669
|
-
"no-unassigned-import": "error",
|
|
662
|
+
"import/named": "error",
|
|
663
|
+
"import/namespace": "error",
|
|
664
|
+
"import/default": "error",
|
|
665
|
+
"import/export": "error",
|
|
666
|
+
"import/no-named-as-default": "warn",
|
|
667
|
+
"import/no-named-as-default-member": "warn",
|
|
668
|
+
"import/no-duplicates": "warn",
|
|
669
|
+
"import/no-unassigned-import": "error",
|
|
670
670
|
"sonarjs/function-name": "off",
|
|
671
671
|
"sonarjs/max-lines": "off",
|
|
672
672
|
"sonarjs/no-tab": "off",
|
|
@@ -659,14 +659,14 @@
|
|
|
659
659
|
}
|
|
660
660
|
],
|
|
661
661
|
"no-barrel-files/no-barrel-files": "error",
|
|
662
|
-
"named": "error",
|
|
663
|
-
"namespace": "error",
|
|
664
|
-
"default": "error",
|
|
665
|
-
"export": "error",
|
|
666
|
-
"no-named-as-default": "warn",
|
|
667
|
-
"no-named-as-default-member": "warn",
|
|
668
|
-
"no-duplicates": "warn",
|
|
669
|
-
"no-unassigned-import": "error",
|
|
662
|
+
"import/named": "error",
|
|
663
|
+
"import/namespace": "error",
|
|
664
|
+
"import/default": "error",
|
|
665
|
+
"import/export": "error",
|
|
666
|
+
"import/no-named-as-default": "warn",
|
|
667
|
+
"import/no-named-as-default-member": "warn",
|
|
668
|
+
"import/no-duplicates": "warn",
|
|
669
|
+
"import/no-unassigned-import": "error",
|
|
670
670
|
"sonarjs/function-name": "off",
|
|
671
671
|
"sonarjs/max-lines": "off",
|
|
672
672
|
"sonarjs/no-tab": "off",
|
package/dist/esm-react.json
CHANGED
|
@@ -650,14 +650,14 @@
|
|
|
650
650
|
}
|
|
651
651
|
],
|
|
652
652
|
"no-barrel-files/no-barrel-files": "error",
|
|
653
|
-
"named": "error",
|
|
654
|
-
"namespace": "error",
|
|
655
|
-
"default": "error",
|
|
656
|
-
"export": "error",
|
|
657
|
-
"no-named-as-default": "warn",
|
|
658
|
-
"no-named-as-default-member": "warn",
|
|
659
|
-
"no-duplicates": "warn",
|
|
660
|
-
"no-unassigned-import": "error",
|
|
653
|
+
"import/named": "error",
|
|
654
|
+
"import/namespace": "error",
|
|
655
|
+
"import/default": "error",
|
|
656
|
+
"import/export": "error",
|
|
657
|
+
"import/no-named-as-default": "warn",
|
|
658
|
+
"import/no-named-as-default-member": "warn",
|
|
659
|
+
"import/no-duplicates": "warn",
|
|
660
|
+
"import/no-unassigned-import": "error",
|
|
661
661
|
"sonarjs/function-name": "off",
|
|
662
662
|
"sonarjs/max-lines": "off",
|
|
663
663
|
"sonarjs/no-tab": "off",
|
package/dist/esm-vitest.json
CHANGED
|
@@ -659,14 +659,14 @@
|
|
|
659
659
|
}
|
|
660
660
|
],
|
|
661
661
|
"no-barrel-files/no-barrel-files": "error",
|
|
662
|
-
"named": "error",
|
|
663
|
-
"namespace": "error",
|
|
664
|
-
"default": "error",
|
|
665
|
-
"export": "error",
|
|
666
|
-
"no-named-as-default": "warn",
|
|
667
|
-
"no-named-as-default-member": "warn",
|
|
668
|
-
"no-duplicates": "warn",
|
|
669
|
-
"no-unassigned-import": "error",
|
|
662
|
+
"import/named": "error",
|
|
663
|
+
"import/namespace": "error",
|
|
664
|
+
"import/default": "error",
|
|
665
|
+
"import/export": "error",
|
|
666
|
+
"import/no-named-as-default": "warn",
|
|
667
|
+
"import/no-named-as-default-member": "warn",
|
|
668
|
+
"import/no-duplicates": "warn",
|
|
669
|
+
"import/no-unassigned-import": "error",
|
|
670
670
|
"sonarjs/function-name": "off",
|
|
671
671
|
"sonarjs/max-lines": "off",
|
|
672
672
|
"sonarjs/no-tab": "off",
|
package/dist/esm.json
CHANGED
|
@@ -650,14 +650,14 @@
|
|
|
650
650
|
}
|
|
651
651
|
],
|
|
652
652
|
"no-barrel-files/no-barrel-files": "error",
|
|
653
|
-
"named": "error",
|
|
654
|
-
"namespace": "error",
|
|
655
|
-
"default": "error",
|
|
656
|
-
"export": "error",
|
|
657
|
-
"no-named-as-default": "warn",
|
|
658
|
-
"no-named-as-default-member": "warn",
|
|
659
|
-
"no-duplicates": "warn",
|
|
660
|
-
"no-unassigned-import": "error",
|
|
653
|
+
"import/named": "error",
|
|
654
|
+
"import/namespace": "error",
|
|
655
|
+
"import/default": "error",
|
|
656
|
+
"import/export": "error",
|
|
657
|
+
"import/no-named-as-default": "warn",
|
|
658
|
+
"import/no-named-as-default-member": "warn",
|
|
659
|
+
"import/no-duplicates": "warn",
|
|
660
|
+
"import/no-unassigned-import": "error",
|
|
661
661
|
"sonarjs/function-name": "off",
|
|
662
662
|
"sonarjs/max-lines": "off",
|
|
663
663
|
"sonarjs/no-tab": "off",
|
|
@@ -658,14 +658,14 @@
|
|
|
658
658
|
}
|
|
659
659
|
],
|
|
660
660
|
"no-barrel-files/no-barrel-files": "error",
|
|
661
|
-
"named": "error",
|
|
662
|
-
"namespace": "error",
|
|
663
|
-
"default": "error",
|
|
664
|
-
"export": "error",
|
|
665
|
-
"no-named-as-default": "warn",
|
|
666
|
-
"no-named-as-default-member": "warn",
|
|
667
|
-
"no-duplicates": "warn",
|
|
668
|
-
"no-unassigned-import": "error",
|
|
661
|
+
"import/named": "error",
|
|
662
|
+
"import/namespace": "error",
|
|
663
|
+
"import/default": "error",
|
|
664
|
+
"import/export": "error",
|
|
665
|
+
"import/no-named-as-default": "warn",
|
|
666
|
+
"import/no-named-as-default-member": "warn",
|
|
667
|
+
"import/no-duplicates": "warn",
|
|
668
|
+
"import/no-unassigned-import": "error",
|
|
669
669
|
"sonarjs/function-name": "off",
|
|
670
670
|
"sonarjs/max-lines": "off",
|
|
671
671
|
"sonarjs/no-tab": "off",
|
package/dist/react-vitest.json
CHANGED
|
@@ -655,14 +655,14 @@
|
|
|
655
655
|
}
|
|
656
656
|
],
|
|
657
657
|
"no-barrel-files/no-barrel-files": "error",
|
|
658
|
-
"named": "error",
|
|
659
|
-
"namespace": "error",
|
|
660
|
-
"default": "error",
|
|
661
|
-
"export": "error",
|
|
662
|
-
"no-named-as-default": "warn",
|
|
663
|
-
"no-named-as-default-member": "warn",
|
|
664
|
-
"no-duplicates": "warn",
|
|
665
|
-
"no-unassigned-import": "error",
|
|
658
|
+
"import/named": "error",
|
|
659
|
+
"import/namespace": "error",
|
|
660
|
+
"import/default": "error",
|
|
661
|
+
"import/export": "error",
|
|
662
|
+
"import/no-named-as-default": "warn",
|
|
663
|
+
"import/no-named-as-default-member": "warn",
|
|
664
|
+
"import/no-duplicates": "warn",
|
|
665
|
+
"import/no-unassigned-import": "error",
|
|
666
666
|
"sonarjs/function-name": "off",
|
|
667
667
|
"sonarjs/max-lines": "off",
|
|
668
668
|
"sonarjs/no-tab": "off",
|
package/dist/react.json
CHANGED
|
@@ -646,14 +646,14 @@
|
|
|
646
646
|
}
|
|
647
647
|
],
|
|
648
648
|
"no-barrel-files/no-barrel-files": "error",
|
|
649
|
-
"named": "error",
|
|
650
|
-
"namespace": "error",
|
|
651
|
-
"default": "error",
|
|
652
|
-
"export": "error",
|
|
653
|
-
"no-named-as-default": "warn",
|
|
654
|
-
"no-named-as-default-member": "warn",
|
|
655
|
-
"no-duplicates": "warn",
|
|
656
|
-
"no-unassigned-import": "error",
|
|
649
|
+
"import/named": "error",
|
|
650
|
+
"import/namespace": "error",
|
|
651
|
+
"import/default": "error",
|
|
652
|
+
"import/export": "error",
|
|
653
|
+
"import/no-named-as-default": "warn",
|
|
654
|
+
"import/no-named-as-default-member": "warn",
|
|
655
|
+
"import/no-duplicates": "warn",
|
|
656
|
+
"import/no-unassigned-import": "error",
|
|
657
657
|
"sonarjs/function-name": "off",
|
|
658
658
|
"sonarjs/max-lines": "off",
|
|
659
659
|
"sonarjs/no-tab": "off",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/oxlint-config",
|
|
3
|
-
"version": "11.31.0-alpha.
|
|
3
|
+
"version": "11.31.0-alpha.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "GoodData",
|
|
6
6
|
"repository": {
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
"eslint-plugin-sonarjs": "3.0.6",
|
|
52
52
|
"globals": "17.2.0",
|
|
53
53
|
"jiti": "2.6.1",
|
|
54
|
-
"oxfmt": "0.
|
|
54
|
+
"oxfmt": "0.45.0",
|
|
55
55
|
"oxlint": "^1.43.0",
|
|
56
56
|
"oxlint-tsgolint": "0.11.4",
|
|
57
57
|
"typescript": "5.9.3",
|
|
58
58
|
"vite-node": "^5.2.0",
|
|
59
|
-
"@gooddata/eslint-config": "11.31.0-alpha.
|
|
60
|
-
"@gooddata/lint-config": "11.31.0-alpha.
|
|
59
|
+
"@gooddata/eslint-config": "11.31.0-alpha.2",
|
|
60
|
+
"@gooddata/lint-config": "11.31.0-alpha.2"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"eslint-plugin-headers": "1.3.3",
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"_phase:validate": "npm run validate",
|
|
72
72
|
"build": "rm -rf dist && mkdir dist && vite-node scripts/build.ts && tsgo",
|
|
73
73
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
|
74
|
-
"lint": "oxlint . --type-aware --quiet && eslint .",
|
|
75
|
-
"lint-fix": "oxlint . --type-aware --quiet --fix && eslint . --fix",
|
|
76
74
|
"format-check": "oxfmt --check .",
|
|
77
75
|
"format-write": "oxfmt .",
|
|
76
|
+
"lint": "oxlint . --type-aware --quiet && eslint .",
|
|
77
|
+
"lint-fix": "oxlint . --type-aware --quiet --fix && eslint . --fix",
|
|
78
78
|
"update-package": "vite-node scripts/updatePackage.ts",
|
|
79
79
|
"validate": "npm run lint && npm run format-check"
|
|
80
80
|
}
|