@taiga-ui/eslint-plugin-experience-next 0.426.0 → 0.428.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/index.esm.js +21 -0
- package/package.json +4 -4
package/index.esm.js
CHANGED
|
@@ -952,15 +952,36 @@ var recommended = defineConfig([
|
|
|
952
952
|
'@taiga-ui/experience-next/no-playwright-empty-fill': 'error',
|
|
953
953
|
'compat/compat': 'off',
|
|
954
954
|
'jest/prefer-importing-jest-globals': 'off',
|
|
955
|
+
'playwright/consistent-spacing-between-blocks': 'error',
|
|
955
956
|
'playwright/expect-expect': [
|
|
956
957
|
'error',
|
|
957
958
|
{ assertFunctionNames: ['expect', 'expect.soft'] },
|
|
958
959
|
],
|
|
960
|
+
'playwright/max-nested-describe': 'error',
|
|
961
|
+
'playwright/missing-playwright-await': 'error',
|
|
962
|
+
'playwright/no-conditional-expect': 'error',
|
|
963
|
+
'playwright/no-conditional-in-test': 'error',
|
|
964
|
+
'playwright/no-duplicate-hooks': 'error',
|
|
965
|
+
'playwright/no-duplicate-slow': 'error',
|
|
966
|
+
'playwright/no-element-handle': 'error',
|
|
967
|
+
'playwright/no-eval': 'error',
|
|
959
968
|
'playwright/no-force-option': 'error',
|
|
969
|
+
'playwright/no-nested-step': 'error',
|
|
960
970
|
'playwright/no-networkidle': 'off',
|
|
971
|
+
'playwright/no-page-pause': 'error',
|
|
961
972
|
'playwright/no-skipped-test': 'off',
|
|
973
|
+
'playwright/no-standalone-expect': 'error',
|
|
974
|
+
'playwright/no-unsafe-references': 'error',
|
|
975
|
+
'playwright/no-unused-locators': 'error',
|
|
976
|
+
'playwright/no-useless-await': 'error',
|
|
977
|
+
'playwright/no-useless-not': 'error',
|
|
962
978
|
'playwright/no-wait-for-selector': 'off',
|
|
963
979
|
'playwright/no-wait-for-timeout': 'off',
|
|
980
|
+
'playwright/prefer-hooks-in-order': 'error',
|
|
981
|
+
'playwright/prefer-hooks-on-top': 'error',
|
|
982
|
+
'playwright/prefer-locator': 'error',
|
|
983
|
+
'playwright/prefer-to-have-count': 'error',
|
|
984
|
+
'playwright/prefer-to-have-length': 'error',
|
|
964
985
|
},
|
|
965
986
|
},
|
|
966
987
|
{
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/eslint-plugin-experience-next",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.428.0",
|
|
4
4
|
"description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@typescript-eslint/rule-tester": "8.
|
|
8
|
+
"@typescript-eslint/rule-tester": "8.57.0",
|
|
9
9
|
"glob": "13.0.6"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@smarttools/eslint-plugin-rxjs": "^1.0.22",
|
|
17
17
|
"@stylistic/eslint-plugin": "^5.8.0",
|
|
18
18
|
"@types/glob": "*",
|
|
19
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
19
|
+
"@typescript-eslint/eslint-plugin": "^8.57.0",
|
|
20
20
|
"angular-eslint": "^20.7.0",
|
|
21
21
|
"eslint": "^9.39.2",
|
|
22
22
|
"eslint-config-prettier": "^10.1.7",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
39
39
|
"glob": "*",
|
|
40
40
|
"globals": "^17.4.0",
|
|
41
|
-
"typescript-eslint": "^8.
|
|
41
|
+
"typescript-eslint": "^8.57.0"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|