@alexlit/lint-kit 127.4.0 → 127.5.1
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-eslint",
|
|
3
|
-
"version": "95.
|
|
3
|
+
"version": "95.4.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Eslint config",
|
|
6
6
|
"keywords": [
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@eslint/js": "^9.9.1",
|
|
39
39
|
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
|
|
40
|
-
"@stylistic/eslint-plugin": "^2.7.
|
|
41
|
-
"@tanstack/eslint-plugin-query": "^5.
|
|
40
|
+
"@stylistic/eslint-plugin": "^2.7.2",
|
|
41
|
+
"@tanstack/eslint-plugin-query": "^5.53.0",
|
|
42
42
|
"eslint": "^9.9.1",
|
|
43
43
|
"eslint-config-prettier": "^9.1.0",
|
|
44
44
|
"eslint-plugin-jsdoc": "^50.2.2",
|
|
45
45
|
"eslint-plugin-perfectionist": "^3.3.0",
|
|
46
46
|
"eslint-plugin-prettier": "^5.2.1",
|
|
47
47
|
"eslint-plugin-regexp": "^2.6.0",
|
|
48
|
-
"eslint-plugin-sonarjs": "^2.0.
|
|
48
|
+
"eslint-plugin-sonarjs": "^2.0.2",
|
|
49
49
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
50
50
|
"eslint-plugin-vitest": "^0.5.4",
|
|
51
51
|
"eslint-plugin-vue": "^9.27.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-hooks",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Hooks config",
|
|
6
6
|
"keywords": [
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"husky": "^9.1.5",
|
|
38
|
-
"lint-staged": "^15.2.
|
|
38
|
+
"lint-staged": "^15.2.10"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=18.18"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-stylelint",
|
|
3
|
-
"version": "45.15.
|
|
3
|
+
"version": "45.15.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Stylelint config",
|
|
6
6
|
"keywords": [
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@double-great/stylelint-a11y": "^3.0.2",
|
|
38
|
-
"postcss": "^8.4.
|
|
38
|
+
"postcss": "^8.4.43",
|
|
39
39
|
"postcss-html": "^1.7.0",
|
|
40
40
|
"prettier": "^3.3.3",
|
|
41
41
|
"stylelint": "^16.9.0",
|
|
@@ -12,14 +12,11 @@ export default {
|
|
|
12
12
|
'scss/at-extend-no-missing-placeholder': true,
|
|
13
13
|
'scss/at-function-pattern': KEBAB_CASE_PATTERN,
|
|
14
14
|
'scss/at-if-no-null': true,
|
|
15
|
-
'scss/at-import-no-partial-leading-underscore': true,
|
|
16
|
-
'scss/at-import-partial-extension': 'always',
|
|
17
15
|
'scss/at-mixin-argumentless-call-parentheses': 'always',
|
|
18
16
|
'scss/at-mixin-named-arguments': 'always',
|
|
19
17
|
'scss/at-mixin-parentheses-space-before': 'never',
|
|
20
18
|
'scss/at-mixin-pattern': KEBAB_CASE_PATTERN,
|
|
21
19
|
'scss/at-rule-conditional-no-parentheses': true,
|
|
22
|
-
|
|
23
20
|
'scss/at-rule-no-unknown': [
|
|
24
21
|
true,
|
|
25
22
|
{
|
|
@@ -36,7 +33,6 @@ export default {
|
|
|
36
33
|
],
|
|
37
34
|
},
|
|
38
35
|
],
|
|
39
|
-
|
|
40
36
|
'scss/at-use-no-unnamespaced': true,
|
|
41
37
|
'scss/comment-no-empty': true,
|
|
42
38
|
'scss/comment-no-loud': null,
|
|
@@ -44,14 +40,12 @@ export default {
|
|
|
44
40
|
'scss/declaration-nested-properties-no-divided-groups': true,
|
|
45
41
|
'scss/dimension-no-non-numeric-values': true,
|
|
46
42
|
'scss/dollar-variable-default': [true, { ignore: 'local' }],
|
|
47
|
-
|
|
48
43
|
'scss/dollar-variable-empty-line-before': [
|
|
49
44
|
'always',
|
|
50
45
|
{
|
|
51
46
|
except: ['first-nested', 'after-comment', 'after-dollar-variable'],
|
|
52
47
|
},
|
|
53
48
|
],
|
|
54
|
-
|
|
55
49
|
'scss/dollar-variable-first-in-block': [
|
|
56
50
|
true,
|
|
57
51
|
{
|
|
@@ -65,7 +59,6 @@ export default {
|
|
|
65
59
|
'scss/dollar-variable-pattern': KEBAB_CASE_PATTERN,
|
|
66
60
|
'scss/double-slash-comment-whitespace-inside': 'always',
|
|
67
61
|
'scss/function-color-relative': true,
|
|
68
|
-
|
|
69
62
|
'scss/function-no-unknown': [
|
|
70
63
|
true,
|
|
71
64
|
{
|
|
@@ -79,10 +72,10 @@ export default {
|
|
|
79
72
|
],
|
|
80
73
|
},
|
|
81
74
|
],
|
|
82
|
-
|
|
83
75
|
'scss/function-quote-no-quoted-strings-inside': true,
|
|
84
76
|
'scss/function-unquote-no-unquoted-strings-inside': true,
|
|
85
|
-
'scss/load-partial-
|
|
77
|
+
'scss/load-no-partial-leading-underscore': true,
|
|
78
|
+
'scss/load-partial-extension': 'always',
|
|
86
79
|
'scss/map-keys-quotes': 'always',
|
|
87
80
|
'scss/no-duplicate-dollar-variables': true,
|
|
88
81
|
'scss/no-duplicate-mixins': true,
|