@taiga-ui/eslint-plugin-experience-next 0.336.0 → 0.337.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.cjs.js +6 -0
- package/index.esm.js +6 -0
- package/package.json +3 -3
package/index.cjs.js
CHANGED
|
@@ -979,6 +979,12 @@ var recommended = tseslint.config(progress.configs['recommended-ci'], require$1(
|
|
|
979
979
|
...playwright.configs['flat/recommended'].rules,
|
|
980
980
|
'playwright/no-networkidle': 'off',
|
|
981
981
|
'jest/prefer-importing-jest-globals': 'off',
|
|
982
|
+
'playwright/expect-expect': [
|
|
983
|
+
'error',
|
|
984
|
+
{
|
|
985
|
+
assertFunctionNames: ['expect', 'expect.soft'],
|
|
986
|
+
},
|
|
987
|
+
],
|
|
982
988
|
'playwright/no-force-option': 'error',
|
|
983
989
|
'playwright/no-skipped-test': 'off',
|
|
984
990
|
'playwright/no-wait-for-selector': 'off',
|
package/index.esm.js
CHANGED
|
@@ -974,6 +974,12 @@ var recommended = tseslint.config(progress.configs['recommended-ci'], require('e
|
|
|
974
974
|
...playwright.configs['flat/recommended'].rules,
|
|
975
975
|
'playwright/no-networkidle': 'off',
|
|
976
976
|
'jest/prefer-importing-jest-globals': 'off',
|
|
977
|
+
'playwright/expect-expect': [
|
|
978
|
+
'error',
|
|
979
|
+
{
|
|
980
|
+
assertFunctionNames: ['expect', 'expect.soft'],
|
|
981
|
+
},
|
|
982
|
+
],
|
|
977
983
|
'playwright/no-force-option': 'error',
|
|
978
984
|
'playwright/no-skipped-test': 'off',
|
|
979
985
|
'playwright/no-wait-for-selector': 'off',
|
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.337.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
|
"main": "./index.cjs.js",
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@typescript-eslint/rule-tester": "8.46.
|
|
8
|
+
"@typescript-eslint/rule-tester": "8.46.1",
|
|
9
9
|
"glob": "11.0.3"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"eslint-plugin-unused-imports": "^4.2.0",
|
|
34
34
|
"glob": "*",
|
|
35
35
|
"globals": "^16.4.0",
|
|
36
|
-
"typescript-eslint": "^8.46.
|
|
36
|
+
"typescript-eslint": "^8.46.1"
|
|
37
37
|
},
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|