@taiga-ui/eslint-plugin-experience-next 0.373.0 → 0.375.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 +1 -5
- package/package.json +4 -4
package/index.esm.js
CHANGED
|
@@ -911,11 +911,7 @@ var recommended = defineConfig([
|
|
|
911
911
|
'error',
|
|
912
912
|
{
|
|
913
913
|
currentProject: String.raw `(?<=projects/)([-\w]+)`,
|
|
914
|
-
ignoreImports: [
|
|
915
|
-
String.raw `\?raw`,
|
|
916
|
-
'@taiga-ui/testing/cypress',
|
|
917
|
-
'@taiga-ui/testing/setup-jest',
|
|
918
|
-
],
|
|
914
|
+
ignoreImports: [String.raw `\?raw`, '@taiga-ui/testing/cypress'],
|
|
919
915
|
},
|
|
920
916
|
],
|
|
921
917
|
'@taiga-ui/experience-next/no-deep-imports-to-indexed-packages': 'error',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/eslint-plugin-experience-next",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.375.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",
|
|
@@ -18,17 +18,17 @@
|
|
|
18
18
|
"@types/glob": "*",
|
|
19
19
|
"@typescript-eslint/eslint-plugin": "^8.48.0",
|
|
20
20
|
"angular-eslint": "^20.7.0",
|
|
21
|
-
"eslint": "^9.39.
|
|
21
|
+
"eslint": "^9.39.2",
|
|
22
22
|
"eslint-config-prettier": "^10.1.7",
|
|
23
23
|
"eslint-plugin-compat": "^6.0.2",
|
|
24
24
|
"eslint-plugin-de-morgan": "^2.0.0",
|
|
25
25
|
"eslint-plugin-decorator-position": "^6.0.0",
|
|
26
26
|
"eslint-plugin-file-progress": "^3.0.2",
|
|
27
27
|
"eslint-plugin-import": "^2.32.0",
|
|
28
|
-
"eslint-plugin-jest": "^29.
|
|
28
|
+
"eslint-plugin-jest": "^29.5.0",
|
|
29
29
|
"eslint-plugin-package-json": "^0.85.0",
|
|
30
30
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
31
|
-
"eslint-plugin-playwright": "^2.
|
|
31
|
+
"eslint-plugin-playwright": "^2.4.0",
|
|
32
32
|
"eslint-plugin-prettier": "^5.5.4",
|
|
33
33
|
"eslint-plugin-promise": "^7.2.1",
|
|
34
34
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|