@alexlit/lint-kit 131.0.0 → 131.2.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-eslint/plugins/vue.js +1 -0
- package/packages/config-prettier/package.json +2 -2
- package/packages/config-stylelint/node_modules/.bin/stylelint +4 -4
- package/packages/config-stylelint/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-eslint",
|
|
3
|
-
"version": "97.0
|
|
3
|
+
"version": "97.2.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Eslint config",
|
|
6
6
|
"keywords": [
|
|
@@ -43,18 +43,18 @@
|
|
|
43
43
|
"@unocss/eslint-config": "^0.63.4",
|
|
44
44
|
"eslint": "^9.12.0",
|
|
45
45
|
"eslint-config-prettier": "^9.1.0",
|
|
46
|
-
"eslint-plugin-jsdoc": "^50.
|
|
47
|
-
"eslint-plugin-perfectionist": "^3.
|
|
46
|
+
"eslint-plugin-jsdoc": "^50.4.1",
|
|
47
|
+
"eslint-plugin-perfectionist": "^3.9.0",
|
|
48
48
|
"eslint-plugin-prettier": "^5.2.1",
|
|
49
49
|
"eslint-plugin-regexp": "^2.6.0",
|
|
50
50
|
"eslint-plugin-sonarjs": "^2.0.3",
|
|
51
51
|
"eslint-plugin-unicorn": "^56.0.0",
|
|
52
52
|
"eslint-plugin-vitest": "^0.5.4",
|
|
53
|
-
"eslint-plugin-vue": "^9.
|
|
53
|
+
"eslint-plugin-vue": "^9.29.0",
|
|
54
54
|
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
55
55
|
"globals": "^15.11.0",
|
|
56
56
|
"typescript": "^5.6.3",
|
|
57
|
-
"typescript-eslint": "^8.
|
|
57
|
+
"typescript-eslint": "^8.9.0"
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|
|
60
60
|
"node": ">=18.18"
|
|
@@ -70,6 +70,7 @@ export const vue = [
|
|
|
70
70
|
'vue/no-child-content': ['error'],
|
|
71
71
|
'vue/no-console': ['error'],
|
|
72
72
|
'vue/no-custom-modifiers-on-v-model': 'off',
|
|
73
|
+
'vue/no-deprecated-delete-set': ['error'],
|
|
73
74
|
'vue/no-deprecated-model-definition': ['error'],
|
|
74
75
|
'vue/no-deprecated-scope-attribute': ['error'],
|
|
75
76
|
'vue/no-deprecated-slot-attribute': ['error'],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-prettier",
|
|
3
|
-
"version": "19.0
|
|
3
|
+
"version": "19.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "prettier config",
|
|
6
6
|
"keywords": [
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@prettier/plugin-php": "^0.22.2",
|
|
38
|
-
"@prettier/plugin-pug": "^3.
|
|
38
|
+
"@prettier/plugin-pug": "^3.2.0",
|
|
39
39
|
"@prettier/plugin-ruby": "^4.0.4",
|
|
40
40
|
"@prettier/plugin-xml": "^3.4.1",
|
|
41
41
|
"prettier": "^3.3.3",
|
|
@@ -6,12 +6,12 @@ case `uname` in
|
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
8
|
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.
|
|
9
|
+
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.10.0_typescript@5.6.3/node_modules/stylelint/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.10.0_typescript@5.6.3/node_modules/stylelint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.10.0_typescript@5.6.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules"
|
|
10
10
|
else
|
|
11
|
-
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.
|
|
11
|
+
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.10.0_typescript@5.6.3/node_modules/stylelint/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.10.0_typescript@5.6.3/node_modules/stylelint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.10.0_typescript@5.6.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/stylelint@16.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/stylelint@16.10.0_typescript@5.6.3/node_modules/stylelint/bin/stylelint.mjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../node_modules/.pnpm/stylelint@16.
|
|
16
|
+
exec node "$basedir/../../../../node_modules/.pnpm/stylelint@16.10.0_typescript@5.6.3/node_modules/stylelint/bin/stylelint.mjs" "$@"
|
|
17
17
|
fi
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-stylelint",
|
|
3
|
-
"version": "46.
|
|
3
|
+
"version": "46.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Stylelint config",
|
|
6
6
|
"keywords": [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"postcss": "^8.4.47",
|
|
39
39
|
"postcss-html": "^1.7.0",
|
|
40
40
|
"prettier": "^3.3.3",
|
|
41
|
-
"stylelint": "^16.
|
|
41
|
+
"stylelint": "^16.10.0",
|
|
42
42
|
"stylelint-at-rule-no-children": "^0.3.1",
|
|
43
43
|
"stylelint-color-format": "^1.1.0",
|
|
44
44
|
"stylelint-config-recommended-vue": "^1.5.0",
|