@gooddata/oxlint-config 11.27.0-alpha.3 → 11.27.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/PACKAGES.md +11 -12
- package/package.json +3 -11
- package/dist/browser.json +0 -2177
- package/dist/cypress.json +0 -2221
- package/dist/esm-cypress.json +0 -2226
- package/dist/esm-react-cypress.json +0 -2226
- package/dist/playwright.json +0 -2250
- package/dist/react-cypress.json +0 -2221
- package/dist/vitest.json +0 -2184
package/PACKAGES.md
CHANGED
|
@@ -2,15 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
This table shows which packages are required for each configuration.
|
|
4
4
|
|
|
5
|
-
| Package | base | browser
|
|
6
|
-
| ----------------------------- | ------- |
|
|
7
|
-
| eslint-plugin-chai-friendly | |
|
|
8
|
-
| eslint-plugin-
|
|
9
|
-
| eslint-plugin-
|
|
10
|
-
| eslint-plugin-
|
|
11
|
-
| eslint-plugin-no-
|
|
12
|
-
| eslint-plugin-
|
|
13
|
-
| eslint-plugin-
|
|
14
|
-
|
|
|
15
|
-
| oxlint
|
|
16
|
-
| oxlint-tsgolint | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 |
|
|
5
|
+
| Package | base | browser-esm | esm | esm-playwright | esm-react | esm-react-playwright | esm-react-vitest | esm-react-vitest-storybook | esm-vitest | react | react-playwright | react-vitest |
|
|
6
|
+
| ----------------------------- | ------- | ----------- | ------- | -------------- | --------- | -------------------- | ---------------- | -------------------------- | ---------- | ------- | ---------------- | ------------ |
|
|
7
|
+
| eslint-plugin-chai-friendly | | | | 1.1.0 | | 1.1.0 | | | | | 1.1.0 | |
|
|
8
|
+
| eslint-plugin-headers | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 | 1.3.3 |
|
|
9
|
+
| eslint-plugin-import-esm | | 1.2.1 | 1.2.1 | 1.2.1 | 1.2.1 | 1.2.1 | 1.2.1 | 1.2.1 | 1.2.1 | | | |
|
|
10
|
+
| eslint-plugin-no-barrel-files | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 | 1.2.2 |
|
|
11
|
+
| eslint-plugin-no-only-tests | | | | 3.3.0 | | 3.3.0 | 3.3.0 | 3.3.0 | 3.3.0 | | 3.3.0 | 3.3.0 |
|
|
12
|
+
| eslint-plugin-playwright | | | | 2.10.1 | | 2.10.1 | | | | | 2.10.1 | |
|
|
13
|
+
| eslint-plugin-sonarjs | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 |
|
|
14
|
+
| oxlint | ^1.43.0 | ^1.43.0 | ^1.43.0 | ^1.43.0 | ^1.43.0 | ^1.43.0 | ^1.43.0 | ^1.43.0 | ^1.43.0 | ^1.43.0 | ^1.43.0 | ^1.43.0 |
|
|
15
|
+
| oxlint-tsgolint | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 | 0.11.4 |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/oxlint-config",
|
|
3
|
-
"version": "11.27.0-alpha.
|
|
3
|
+
"version": "11.27.0-alpha.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "GoodData",
|
|
6
6
|
"repository": {
|
|
@@ -20,21 +20,14 @@
|
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"exports": {
|
|
22
22
|
".": "./dist/base.json",
|
|
23
|
-
"./browser": "./dist/browser.json",
|
|
24
23
|
"./browser-esm": "./dist/browser-esm.json",
|
|
25
|
-
"./cypress": "./dist/cypress.json",
|
|
26
|
-
"./playwright": "./dist/playwright.json",
|
|
27
|
-
"./vitest": "./dist/vitest.json",
|
|
28
24
|
"./esm": "./dist/esm.json",
|
|
29
25
|
"./esm-vitest": "./dist/esm-vitest.json",
|
|
30
26
|
"./react": "./dist/react.json",
|
|
31
27
|
"./react-vitest": "./dist/react-vitest.json",
|
|
32
|
-
"./react-cypress": "./dist/react-cypress.json",
|
|
33
28
|
"./react-playwright": "./dist/react-playwright.json",
|
|
34
|
-
"./esm-cypress": "./dist/esm-cypress.json",
|
|
35
29
|
"./esm-playwright": "./dist/esm-playwright.json",
|
|
36
30
|
"./esm-react": "./dist/esm-react.json",
|
|
37
|
-
"./esm-react-cypress": "./dist/esm-react-cypress.json",
|
|
38
31
|
"./esm-react-playwright": "./dist/esm-react-playwright.json",
|
|
39
32
|
"./esm-react-vitest": "./dist/esm-react-vitest.json",
|
|
40
33
|
"./esm-react-vitest-storybook": "./dist/esm-react-vitest-storybook.json"
|
|
@@ -48,7 +41,6 @@
|
|
|
48
41
|
"eslint": "^9.39.2",
|
|
49
42
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
50
43
|
"eslint-plugin-chai-friendly": "1.1.0",
|
|
51
|
-
"eslint-plugin-cypress": "3.6.0",
|
|
52
44
|
"eslint-plugin-headers": "1.3.3",
|
|
53
45
|
"eslint-plugin-import-esm": "1.2.1",
|
|
54
46
|
"eslint-plugin-import-x": "4.16.1",
|
|
@@ -63,8 +55,8 @@
|
|
|
63
55
|
"oxlint-tsgolint": "0.11.4",
|
|
64
56
|
"typescript": "5.9.3",
|
|
65
57
|
"vite-node": "^5.2.0",
|
|
66
|
-
"@gooddata/eslint-config": "11.27.0-alpha.
|
|
67
|
-
"@gooddata/lint-config": "11.27.0-alpha.
|
|
58
|
+
"@gooddata/eslint-config": "11.27.0-alpha.5",
|
|
59
|
+
"@gooddata/lint-config": "11.27.0-alpha.5"
|
|
68
60
|
},
|
|
69
61
|
"peerDependencies": {
|
|
70
62
|
"eslint-plugin-headers": "1.3.3",
|