@alexlit/lint-kit 185.1.0 → 185.3.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/package.json +1 -1
- package/packages/config-eslint/package.json +5 -5
- package/packages/config-npmlint/package.json +2 -2
- package/packages/config-prettier/package.json +2 -2
- package/packages/config-stylelint/package.json +2 -2
- package/packages/config-stylelint/plugins/bem.js +4 -1
- package/scripts/i.sh +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-eslint",
|
|
3
|
-
"version": "138.
|
|
3
|
+
"version": "138.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Sharable ESLint configuration",
|
|
6
6
|
"keywords": [
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"@eslint/json": "^1.2.0",
|
|
44
44
|
"@intlify/eslint-plugin-vue-i18n": "^4.3.0",
|
|
45
45
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
46
|
-
"@tanstack/eslint-plugin-query": "^5.96.
|
|
46
|
+
"@tanstack/eslint-plugin-query": "^5.96.2",
|
|
47
47
|
"@unocss/eslint-config": "^66.6.7",
|
|
48
48
|
"@vitest/eslint-plugin": "^1.6.14",
|
|
49
|
-
"eslint": "^10.
|
|
49
|
+
"eslint": "^10.2.0",
|
|
50
50
|
"eslint-config-prettier": "^10.1.8",
|
|
51
|
-
"eslint-plugin-jsdoc": "^62.
|
|
52
|
-
"eslint-plugin-perfectionist": "^5.
|
|
51
|
+
"eslint-plugin-jsdoc": "^62.9.0",
|
|
52
|
+
"eslint-plugin-perfectionist": "^5.8.0",
|
|
53
53
|
"eslint-plugin-prettier": "^5.5.5",
|
|
54
54
|
"eslint-plugin-regexp": "^3.1.0",
|
|
55
55
|
"eslint-plugin-sonarjs": "^4.0.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-npmlint",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "npmlint config",
|
|
6
6
|
"keywords": [
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"lockfile-lint": "^5.0.0",
|
|
42
|
-
"npm-package-json-lint": "^10.
|
|
42
|
+
"npm-package-json-lint": "^10.2.0",
|
|
43
43
|
"npm-package-json-lint-config-default": "^9.0.1"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-prettier",
|
|
3
|
-
"version": "22.3.
|
|
3
|
+
"version": "22.3.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "prettier config",
|
|
6
6
|
"keywords": [
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"prettier-plugin-eruby": "^0.0.3",
|
|
44
44
|
"prettier-plugin-jsdoc": "^1.8.0",
|
|
45
45
|
"prettier-plugin-packagejson": "^3.0.2",
|
|
46
|
-
"prettier-plugin-sh": "^0.18.
|
|
46
|
+
"prettier-plugin-sh": "^0.18.1",
|
|
47
47
|
"prettier-plugin-solidity": "^2.3.1",
|
|
48
48
|
"prettier-plugin-sort-json": "^4.2.0",
|
|
49
49
|
"prettier-plugin-sql": "^0.20.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-stylelint",
|
|
3
|
-
"version": "60.6.
|
|
3
|
+
"version": "60.6.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Stylelint config",
|
|
6
6
|
"keywords": [
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"up": "../../scripts/up.sh"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@double-great/stylelint-a11y": "^3.4.
|
|
39
|
+
"@double-great/stylelint-a11y": "^3.4.9",
|
|
40
40
|
"@morev/stylelint-plugin": "^0.5.0",
|
|
41
41
|
"postcss": "^8.5.8",
|
|
42
42
|
"postcss-html": "^1.8.1",
|
|
@@ -15,7 +15,10 @@ export default {
|
|
|
15
15
|
{
|
|
16
16
|
files: ['**/*.{css,scss,vue}'],
|
|
17
17
|
rules: defineRules({
|
|
18
|
-
'@morev/base/no-selectors-in-at-rules': [
|
|
18
|
+
'@morev/base/no-selectors-in-at-rules': [
|
|
19
|
+
true,
|
|
20
|
+
{ ignore: { layer: '*' } },
|
|
21
|
+
],
|
|
19
22
|
'@morev/bem/block-variable': null,
|
|
20
23
|
'@morev/bem/match-file-name': [true, {}],
|
|
21
24
|
'@morev/bem/no-block-properties': [
|
package/scripts/i.sh
CHANGED
|
@@ -6,9 +6,9 @@ echo -e "${YELLOW}Устанавливаю зависимости...${WHITE}"
|
|
|
6
6
|
|
|
7
7
|
find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
|
|
8
8
|
rm -rf package-lock.json
|
|
9
|
-
npm cache clean --force
|
|
9
|
+
# npm cache clean --force
|
|
10
10
|
npm install \
|
|
11
|
-
--legacy-peer-deps \
|
|
12
11
|
--loglevel verbose
|
|
12
|
+
npm dedupe
|
|
13
13
|
|
|
14
14
|
SAY_GOODBYE
|