@gooddata/eslint-config 11.51.0-alpha.4 → 11.51.0
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_V8.md +23 -22
- package/PACKAGES_V9.md +25 -24
- package/PACKAGES_V9_OXLINT.md +9 -14
- package/dist/{esm-react-vitest-storybook.js → esm-react-storybook.js} +2 -46
- package/dist/{esm-react-vitest-storybook.json → esm-react-storybook.json} +1 -31
- package/dist/esm-react-vitest-rtl.js +2512 -0
- package/dist/esm-react-vitest-rtl.json +2408 -0
- package/dist/esm-vitest-rtl.d.ts +12 -0
- package/dist/esm-vitest-rtl.js +2457 -0
- package/dist/esm-vitest-rtl.json +2367 -0
- package/dist/oxlint-esm-react-storybook.d.ts +12 -0
- package/dist/{oxlint-esm-react-vitest-storybook.js → oxlint-esm-react-storybook.js} +0 -34
- package/dist/oxlint-esm-react-vitest-rtl.d.ts +12 -0
- package/dist/oxlint-esm-react-vitest-rtl.js +1332 -0
- package/dist/oxlint-esm-vitest-rtl.d.ts +12 -0
- package/dist/oxlint-esm-vitest-rtl.js +1287 -0
- package/dist/oxlint-react-vitest-rtl.d.ts +12 -0
- package/dist/oxlint-react-vitest-rtl.js +1332 -0
- package/dist/react-vitest-rtl.d.ts +12 -0
- package/dist/react-vitest-rtl.js +2503 -0
- package/dist/react-vitest-rtl.json +2406 -0
- package/package.json +31 -9
- /package/dist/{esm-react-vitest-storybook.d.ts → esm-react-storybook.d.ts} +0 -0
- /package/dist/{oxlint-esm-react-vitest-storybook.d.ts → esm-react-vitest-rtl.d.ts} +0 -0
package/PACKAGES_V8.md
CHANGED
|
@@ -2,25 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
This table shows which packages are required for each configuration.
|
|
4
4
|
|
|
5
|
-
| Package | base | browser-esm | esm | esm-playwright | esm-react | esm-react-playwright | esm-react-vitest | esm-react-vitest-
|
|
6
|
-
| --------------------------------- | ------ | ----------- | ------ | -------------- | --------- | -------------------- | ---------------- |
|
|
7
|
-
| @testing-library/dom | | | | | | |
|
|
8
|
-
| @typescript-eslint/eslint-plugin | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0
|
|
9
|
-
| @typescript-eslint/parser | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0
|
|
10
|
-
| @vitest/eslint-plugin | | | | | | | 1.6.6
|
|
11
|
-
| eslint-import-resolver-typescript | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4
|
|
12
|
-
| eslint-plugin-chai-friendly | | | | 1.1.0 | | 1.1.0 | |
|
|
13
|
-
| eslint-plugin-header | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1
|
|
14
|
-
| 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
|
|
15
|
-
| eslint-plugin-import-x | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1
|
|
16
|
-
| eslint-plugin-jsdoc | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0
|
|
17
|
-
| 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
|
|
18
|
-
| eslint-plugin-no-only-tests | | | | 2.6.0 | | 2.6.0 | 2.6.0 | 2.6.0
|
|
19
|
-
| eslint-plugin-playwright | | | | 2.10.1 | | 2.10.1 | |
|
|
20
|
-
| eslint-plugin-react | | | | | 7.37.5 | 7.37.5 | 7.37.5 | 7.37.5
|
|
21
|
-
| eslint-plugin-react-hooks | | | | | 5.2.0 | 5.2.0 | 5.2.0 | 5.2.0
|
|
22
|
-
| 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
|
|
23
|
-
| eslint-plugin-storybook | | | | | | |
|
|
24
|
-
|
|
|
25
|
-
| react
|
|
26
|
-
|
|
|
5
|
+
| Package | base | browser-esm | esm | esm-playwright | esm-react | esm-react-playwright | esm-react-storybook | esm-react-vitest | esm-react-vitest-rtl | esm-vitest | esm-vitest-rtl | react | react-playwright | react-vitest | react-vitest-rtl |
|
|
6
|
+
| --------------------------------- | ------ | ----------- | ------ | -------------- | --------- | -------------------- | ------------------- | ---------------- | -------------------- | ---------- | -------------- | ------ | ---------------- | ------------ | ---------------- |
|
|
7
|
+
| @testing-library/dom | | | | | | | 10.4.1 | | | | | | | | |
|
|
8
|
+
| @typescript-eslint/eslint-plugin | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 |
|
|
9
|
+
| @typescript-eslint/parser | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 |
|
|
10
|
+
| @vitest/eslint-plugin | | | | | | | | 1.6.19 | 1.6.19 | 1.6.19 | 1.6.19 | | | 1.6.19 | 1.6.19 |
|
|
11
|
+
| eslint-import-resolver-typescript | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 |
|
|
12
|
+
| eslint-plugin-chai-friendly | | | | 1.1.0 | | 1.1.0 | | | | | | | 1.1.0 | | |
|
|
13
|
+
| eslint-plugin-header | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1 | 3.1.1 |
|
|
14
|
+
| 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 | 1.2.1 | 1.2.1 | | | | |
|
|
15
|
+
| eslint-plugin-import-x | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 |
|
|
16
|
+
| eslint-plugin-jsdoc | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 |
|
|
17
|
+
| 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 | 1.2.2 | 1.2.2 | 1.2.2 |
|
|
18
|
+
| eslint-plugin-no-only-tests | | | | 2.6.0 | | 2.6.0 | | 2.6.0 | 2.6.0 | 2.6.0 | 2.6.0 | | 2.6.0 | 2.6.0 | 2.6.0 |
|
|
19
|
+
| eslint-plugin-playwright | | | | 2.10.1 | | 2.10.1 | | | | | | | 2.10.1 | | |
|
|
20
|
+
| eslint-plugin-react | | | | | 7.37.5 | 7.37.5 | 7.37.5 | 7.37.5 | 7.37.5 | | | 7.37.5 | 7.37.5 | 7.37.5 | 7.37.5 |
|
|
21
|
+
| eslint-plugin-react-hooks | | | | | 5.2.0 | 5.2.0 | 5.2.0 | 5.2.0 | 5.2.0 | | | 5.2.0 | 5.2.0 | 5.2.0 | 5.2.0 |
|
|
22
|
+
| 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 | 3.0.6 | 3.0.6 | 3.0.6 |
|
|
23
|
+
| eslint-plugin-storybook | | | | | | | 10.5.6 | | | | | | | | |
|
|
24
|
+
| eslint-plugin-testing-library | | | | | | | | | 7.16.2 | | 7.16.2 | | | | 7.16.2 |
|
|
25
|
+
| react | | | | | | | 19.1.1 | | | | | | | | |
|
|
26
|
+
| react-dom | | | | | | | 19.1.1 | | | | | | | | |
|
|
27
|
+
| storybook | | | | | | | ^10.5.6 | | | | | | | | |
|
package/PACKAGES_V9.md
CHANGED
|
@@ -2,27 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
This table shows which packages are required for each configuration.
|
|
4
4
|
|
|
5
|
-
| Package | base | browser-esm | esm | esm-playwright | esm-react | esm-react-playwright | esm-react-vitest | esm-react-vitest-
|
|
6
|
-
| --------------------------------- | ------ | ----------- | ------ | -------------- | --------- | -------------------- | ---------------- |
|
|
7
|
-
| @eslint/js | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0
|
|
8
|
-
| @testing-library/dom | | | | | | |
|
|
9
|
-
| @typescript-eslint/eslint-plugin | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0
|
|
10
|
-
| @typescript-eslint/parser | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0
|
|
11
|
-
| @vitest/eslint-plugin | | | | | | | 1.6.6
|
|
12
|
-
| eslint-import-resolver-typescript | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4
|
|
13
|
-
| eslint-plugin-chai-friendly | | | | 1.1.0 | | 1.1.0 | |
|
|
14
|
-
| 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
|
|
15
|
-
| 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
|
|
16
|
-
| eslint-plugin-import-x | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1
|
|
17
|
-
| eslint-plugin-jsdoc | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0
|
|
18
|
-
| 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
|
|
19
|
-
| eslint-plugin-no-only-tests | | | | 3.3.0 | | 3.3.0 | 3.3.0 | 3.3.0
|
|
20
|
-
| eslint-plugin-playwright | | | | 2.10.1 | | 2.10.1 | |
|
|
21
|
-
| eslint-plugin-react | | | | | 7.37.5 | 7.37.5 | 7.37.5 | 7.37.5
|
|
22
|
-
| eslint-plugin-react-hooks | | | | | 5.2.0 | 5.2.0 | 5.2.0 | 5.2.0
|
|
23
|
-
| 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
|
|
24
|
-
| eslint-plugin-storybook | | | | | | |
|
|
25
|
-
|
|
|
26
|
-
|
|
|
27
|
-
| react
|
|
28
|
-
|
|
|
5
|
+
| Package | base | browser-esm | esm | esm-playwright | esm-react | esm-react-playwright | esm-react-storybook | esm-react-vitest | esm-react-vitest-rtl | esm-vitest | esm-vitest-rtl | react | react-playwright | react-vitest | react-vitest-rtl |
|
|
6
|
+
| --------------------------------- | ------ | ----------- | ------ | -------------- | --------- | -------------------- | ------------------- | ---------------- | -------------------- | ---------- | -------------- | ------ | ---------------- | ------------ | ---------------- |
|
|
7
|
+
| @eslint/js | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 |
|
|
8
|
+
| @testing-library/dom | | | | | | | 10.4.1 | | | | | | | | |
|
|
9
|
+
| @typescript-eslint/eslint-plugin | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 |
|
|
10
|
+
| @typescript-eslint/parser | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 |
|
|
11
|
+
| @vitest/eslint-plugin | | | | | | | | 1.6.19 | 1.6.19 | 1.6.19 | 1.6.19 | | | 1.6.19 | 1.6.19 |
|
|
12
|
+
| eslint-import-resolver-typescript | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 | 4.4.4 |
|
|
13
|
+
| eslint-plugin-chai-friendly | | | | 1.1.0 | | 1.1.0 | | | | | | | 1.1.0 | | |
|
|
14
|
+
| 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 | 1.3.3 | 1.3.3 | 1.3.3 |
|
|
15
|
+
| 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 | 1.2.1 | 1.2.1 | | | | |
|
|
16
|
+
| eslint-plugin-import-x | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 | 4.16.1 |
|
|
17
|
+
| eslint-plugin-jsdoc | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 |
|
|
18
|
+
| 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 | 1.2.2 | 1.2.2 | 1.2.2 |
|
|
19
|
+
| 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 | 3.3.0 | 3.3.0 |
|
|
20
|
+
| eslint-plugin-playwright | | | | 2.10.1 | | 2.10.1 | | | | | | | 2.10.1 | | |
|
|
21
|
+
| eslint-plugin-react | | | | | 7.37.5 | 7.37.5 | 7.37.5 | 7.37.5 | 7.37.5 | | | 7.37.5 | 7.37.5 | 7.37.5 | 7.37.5 |
|
|
22
|
+
| eslint-plugin-react-hooks | | | | | 5.2.0 | 5.2.0 | 5.2.0 | 5.2.0 | 5.2.0 | | | 5.2.0 | 5.2.0 | 5.2.0 | 5.2.0 |
|
|
23
|
+
| 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 | 3.0.6 | 3.0.6 | 3.0.6 |
|
|
24
|
+
| eslint-plugin-storybook | | | | | | | 10.5.6 | | | | | | | | |
|
|
25
|
+
| eslint-plugin-testing-library | | | | | | | | | 7.16.2 | | 7.16.2 | | | | 7.16.2 |
|
|
26
|
+
| globals | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 |
|
|
27
|
+
| react | | | | | | | 19.1.1 | | | | | | | | |
|
|
28
|
+
| react-dom | | | | | | | 19.1.1 | | | | | | | | |
|
|
29
|
+
| storybook | | | | | | | ^10.5.6 | | | | | | | | |
|
package/PACKAGES_V9_OXLINT.md
CHANGED
|
@@ -2,17 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
This table shows which packages are required for each configuration.
|
|
4
4
|
|
|
5
|
-
| Package | oxlint-base | oxlint-browser-esm | oxlint-esm | oxlint-esm-playwright | oxlint-esm-react | oxlint-esm-react-playwright | oxlint-esm-react-vitest | oxlint-esm-react-vitest-
|
|
6
|
-
| -------------------------------- | ----------- | ------------------ | ---------- | --------------------- | ---------------- | --------------------------- | ----------------------- |
|
|
7
|
-
| @eslint/js | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0
|
|
8
|
-
| @
|
|
9
|
-
| @typescript-eslint/
|
|
10
|
-
|
|
|
11
|
-
| eslint-plugin-
|
|
12
|
-
| eslint-plugin-react
|
|
13
|
-
|
|
|
14
|
-
| eslint-plugin-storybook | | | | | | | | 10.1.11 | | | | |
|
|
15
|
-
| globals | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 |
|
|
16
|
-
| react | | | | | | | | 19.1.1 | | | | |
|
|
17
|
-
| react-dom | | | | | | | | 19.1.1 | | | | |
|
|
18
|
-
| storybook | | | | | | | | ^10.1.11 | | | | |
|
|
5
|
+
| Package | oxlint-base | oxlint-browser-esm | oxlint-esm | oxlint-esm-playwright | oxlint-esm-react | oxlint-esm-react-playwright | oxlint-esm-react-storybook | oxlint-esm-react-vitest | oxlint-esm-react-vitest-rtl | oxlint-esm-vitest | oxlint-esm-vitest-rtl | oxlint-react | oxlint-react-playwright | oxlint-react-vitest | oxlint-react-vitest-rtl |
|
|
6
|
+
| -------------------------------- | ----------- | ------------------ | ---------- | --------------------- | ---------------- | --------------------------- | -------------------------- | ----------------------- | --------------------------- | ----------------- | --------------------- | ------------ | ----------------------- | ------------------- | ----------------------- |
|
|
7
|
+
| @eslint/js | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 | 9.28.0 |
|
|
8
|
+
| @typescript-eslint/eslint-plugin | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 |
|
|
9
|
+
| @typescript-eslint/parser | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 | 8.58.0 |
|
|
10
|
+
| eslint-plugin-jsdoc | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 | 62.1.0 |
|
|
11
|
+
| eslint-plugin-react | | | | | 7.37.5 | 7.37.5 | 7.37.5 | 7.37.5 | 7.37.5 | | | 7.37.5 | 7.37.5 | 7.37.5 | 7.37.5 |
|
|
12
|
+
| eslint-plugin-react-hooks | | | | | 5.2.0 | 5.2.0 | 5.2.0 | 5.2.0 | 5.2.0 | | | 5.2.0 | 5.2.0 | 5.2.0 | 5.2.0 |
|
|
13
|
+
| globals | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 | 17.2.0 |
|
|
@@ -11,9 +11,7 @@ import plugin0007 from "eslint-plugin-sonarjs";
|
|
|
11
11
|
import plugin0008 from "eslint-plugin-react";
|
|
12
12
|
import plugin0009 from "eslint-plugin-react-hooks";
|
|
13
13
|
import plugin0010 from "eslint-plugin-import-esm";
|
|
14
|
-
import plugin0011 from "
|
|
15
|
-
import plugin0012 from "eslint-plugin-no-only-tests";
|
|
16
|
-
import plugin0013 from "eslint-plugin-storybook";
|
|
14
|
+
import plugin0011 from "eslint-plugin-storybook";
|
|
17
15
|
|
|
18
16
|
export default [
|
|
19
17
|
{
|
|
@@ -2425,49 +2423,7 @@ export default [
|
|
|
2425
2423
|
},
|
|
2426
2424
|
{
|
|
2427
2425
|
plugins: {
|
|
2428
|
-
|
|
2429
|
-
},
|
|
2430
|
-
rules: {
|
|
2431
|
-
"vitest/no-conditional-expect": "error",
|
|
2432
|
-
"vitest/no-import-node-test": "error",
|
|
2433
|
-
"vitest/no-interpolation-in-snapshots": "error",
|
|
2434
|
-
"vitest/no-mocks-import": "error",
|
|
2435
|
-
"vitest/no-standalone-expect": "error",
|
|
2436
|
-
"vitest/no-unneeded-async-expect-function": "error",
|
|
2437
|
-
"vitest/prefer-called-exactly-once-with": "error",
|
|
2438
|
-
"vitest/require-local-test-context-for-concurrent-snapshots": "error",
|
|
2439
|
-
"vitest/valid-describe-callback": "error",
|
|
2440
|
-
"vitest/expect-expect": "off",
|
|
2441
|
-
"vitest/no-commented-out-tests": "warn",
|
|
2442
|
-
"vitest/valid-title": "error",
|
|
2443
|
-
"vitest/no-disabled-tests": "warn",
|
|
2444
|
-
"vitest/no-focused-tests": "warn",
|
|
2445
|
-
"vitest/no-identical-title": "warn",
|
|
2446
|
-
"vitest/valid-expect": "warn",
|
|
2447
|
-
"vitest/valid-expect-in-promise": "error",
|
|
2448
|
-
},
|
|
2449
|
-
},
|
|
2450
|
-
{
|
|
2451
|
-
plugins: {
|
|
2452
|
-
"no-only-tests": plugin0012,
|
|
2453
|
-
},
|
|
2454
|
-
rules: {
|
|
2455
|
-
"no-only-tests/no-only-tests": [
|
|
2456
|
-
"error",
|
|
2457
|
-
{
|
|
2458
|
-
block: [
|
|
2459
|
-
"fixture",
|
|
2460
|
-
],
|
|
2461
|
-
focus: [
|
|
2462
|
-
"only",
|
|
2463
|
-
],
|
|
2464
|
-
},
|
|
2465
|
-
],
|
|
2466
|
-
},
|
|
2467
|
-
},
|
|
2468
|
-
{
|
|
2469
|
-
plugins: {
|
|
2470
|
-
storybook: plugin0013,
|
|
2426
|
+
storybook: plugin0011,
|
|
2471
2427
|
},
|
|
2472
2428
|
},
|
|
2473
2429
|
{
|
|
@@ -7,8 +7,6 @@
|
|
|
7
7
|
"react",
|
|
8
8
|
"react-hooks",
|
|
9
9
|
"import-esm",
|
|
10
|
-
"@vitest",
|
|
11
|
-
"no-only-tests",
|
|
12
10
|
"storybook"
|
|
13
11
|
],
|
|
14
12
|
"rules": {
|
|
@@ -1000,35 +998,7 @@
|
|
|
1000
998
|
"react/react-in-jsx-scope": "off",
|
|
1001
999
|
"react-hooks/rules-of-hooks": "error",
|
|
1002
1000
|
"react-hooks/exhaustive-deps": "error",
|
|
1003
|
-
"import-esm/explicit-extension": "error"
|
|
1004
|
-
"@vitest/no-conditional-expect": "error",
|
|
1005
|
-
"@vitest/no-import-node-test": "error",
|
|
1006
|
-
"@vitest/no-interpolation-in-snapshots": "error",
|
|
1007
|
-
"@vitest/no-mocks-import": "error",
|
|
1008
|
-
"@vitest/no-standalone-expect": "error",
|
|
1009
|
-
"@vitest/no-unneeded-async-expect-function": "error",
|
|
1010
|
-
"@vitest/prefer-called-exactly-once-with": "error",
|
|
1011
|
-
"@vitest/require-local-test-context-for-concurrent-snapshots": "error",
|
|
1012
|
-
"@vitest/valid-describe-callback": "error",
|
|
1013
|
-
"@vitest/expect-expect": "off",
|
|
1014
|
-
"@vitest/no-commented-out-tests": "warn",
|
|
1015
|
-
"@vitest/valid-title": "error",
|
|
1016
|
-
"@vitest/no-disabled-tests": "warn",
|
|
1017
|
-
"@vitest/no-focused-tests": "warn",
|
|
1018
|
-
"@vitest/no-identical-title": "warn",
|
|
1019
|
-
"@vitest/valid-expect": "warn",
|
|
1020
|
-
"@vitest/valid-expect-in-promise": "error",
|
|
1021
|
-
"no-only-tests/no-only-tests": [
|
|
1022
|
-
"error",
|
|
1023
|
-
{
|
|
1024
|
-
"block": [
|
|
1025
|
-
"fixture"
|
|
1026
|
-
],
|
|
1027
|
-
"focus": [
|
|
1028
|
-
"only"
|
|
1029
|
-
]
|
|
1030
|
-
}
|
|
1031
|
-
]
|
|
1001
|
+
"import-esm/explicit-extension": "error"
|
|
1032
1002
|
},
|
|
1033
1003
|
"overrides": [
|
|
1034
1004
|
{
|