@taiga-ui/eslint-plugin-experience-next 0.445.0 → 0.447.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 -1
- package/package.json +15 -15
package/index.esm.js
CHANGED
|
@@ -1134,7 +1134,7 @@ var recommended = defineConfig([
|
|
|
1134
1134
|
},
|
|
1135
1135
|
{
|
|
1136
1136
|
files: ['**/*.md'],
|
|
1137
|
-
plugins: { markdown },
|
|
1137
|
+
plugins: { markdown: markdown },
|
|
1138
1138
|
extends: [markdown.configs.recommended],
|
|
1139
1139
|
language: 'markdown/gfm',
|
|
1140
1140
|
rules: { 'markdown/require-alt-text': 'off' },
|
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.447.0",
|
|
4
4
|
"description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -9,20 +9,20 @@
|
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"contributors": [
|
|
11
11
|
{
|
|
12
|
-
"
|
|
13
|
-
"
|
|
12
|
+
"email": "alexander@inkin.ru",
|
|
13
|
+
"name": "Alex Inkin"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"
|
|
17
|
-
"
|
|
16
|
+
"email": "splincodewd@yandex.ru",
|
|
17
|
+
"name": "Maksim Ivanov"
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"email": "vladimir.potekh@gmail.com",
|
|
21
|
+
"name": "Vladimir Potekhin"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"
|
|
25
|
-
"
|
|
24
|
+
"email": "nikita.s.barsukov@gmail.com",
|
|
25
|
+
"name": "Nikita Barsukov"
|
|
26
26
|
}
|
|
27
27
|
],
|
|
28
28
|
"type": "module",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@eslint/compat": "^2.0.3",
|
|
35
|
-
"@eslint/markdown": "^
|
|
35
|
+
"@eslint/markdown": "^8.0.1",
|
|
36
36
|
"@html-eslint/eslint-plugin": "^0.58.1",
|
|
37
37
|
"@html-eslint/parser": "^0.58.1",
|
|
38
38
|
"@smarttools/eslint-plugin-rxjs": "^1.0.22",
|
|
39
39
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
40
40
|
"@types/glob": "*",
|
|
41
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
41
|
+
"@typescript-eslint/eslint-plugin": "^8.58.0",
|
|
42
42
|
"angular-eslint": "^20.7.0",
|
|
43
43
|
"eslint": "^9.39.2",
|
|
44
44
|
"eslint-config-prettier": "^10.1.7",
|
|
@@ -49,19 +49,19 @@
|
|
|
49
49
|
"eslint-plugin-file-progress": "^3.0.2",
|
|
50
50
|
"eslint-plugin-import": "^2.32.0",
|
|
51
51
|
"eslint-plugin-jest": "^29.15.1",
|
|
52
|
-
"eslint-plugin-package-json": "^0.91.
|
|
53
|
-
"eslint-plugin-perfectionist": "^5.
|
|
52
|
+
"eslint-plugin-package-json": "^0.91.1",
|
|
53
|
+
"eslint-plugin-perfectionist": "^5.8.0",
|
|
54
54
|
"eslint-plugin-playwright": "^2.10.1",
|
|
55
55
|
"eslint-plugin-prettier": "^5.5.5",
|
|
56
56
|
"eslint-plugin-promise": "^7.2.1",
|
|
57
57
|
"eslint-plugin-regexp": "^3.1.0",
|
|
58
58
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
59
59
|
"eslint-plugin-sonarjs": "^4.0.2",
|
|
60
|
-
"eslint-plugin-unicorn": "^
|
|
60
|
+
"eslint-plugin-unicorn": "^64.0.0",
|
|
61
61
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
62
62
|
"glob": "*",
|
|
63
63
|
"globals": "^17.4.0",
|
|
64
|
-
"typescript-eslint": "^8.
|
|
64
|
+
"typescript-eslint": "^8.58.0"
|
|
65
65
|
},
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|