@alexlit/lint-kit 132.2.0 → 132.4.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-commitlint/node_modules/.bin/commitlint +4 -4
- package/packages/config-eslint/package.json +4 -4
- package/packages/config-eslint/plugins/perfectionist.js +7 -0
- package/packages/config-eslint/plugins/typescript.js +6 -0
- package/packages/config-eslint/plugins/vue.js +6 -0
- package/packages/config-markdownlint/package.json +2 -2
- package/prettier.config.js +1 -1
package/package.json
CHANGED
|
@@ -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/@commitlint+cli@19.5.0_@types+node@22.
|
|
9
|
+
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.5.0_@types+node@22.8.4_typescript@5.6.3/node_modules/@commitlint/cli/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.5.0_@types+node@22.8.4_typescript@5.6.3/node_modules/@commitlint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.5.0_@types+node@22.8.4_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/@commitlint+cli@19.5.0_@types+node@22.
|
|
11
|
+
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.5.0_@types+node@22.8.4_typescript@5.6.3/node_modules/@commitlint/cli/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.5.0_@types+node@22.8.4_typescript@5.6.3/node_modules/@commitlint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.5.0_@types+node@22.8.4_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/@commitlint+cli@19.5.0_@types+node@22.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/@commitlint+cli@19.5.0_@types+node@22.8.4_typescript@5.6.3/node_modules/@commitlint/cli/cli.js" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../node_modules/.pnpm/@commitlint+cli@19.5.0_@types+node@22.
|
|
16
|
+
exec node "$basedir/../../../../node_modules/.pnpm/@commitlint+cli@19.5.0_@types+node@22.8.4_typescript@5.6.3/node_modules/@commitlint/cli/cli.js" "$@"
|
|
17
17
|
fi
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-eslint",
|
|
3
|
-
"version": "97.
|
|
3
|
+
"version": "97.6.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Eslint config",
|
|
6
6
|
"keywords": [
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
|
|
41
41
|
"@stylistic/eslint-plugin": "^2.9.0",
|
|
42
42
|
"@tanstack/eslint-plugin-query": "^5.59.7",
|
|
43
|
-
"@unocss/eslint-config": "^0.63.
|
|
43
|
+
"@unocss/eslint-config": "^0.63.6",
|
|
44
44
|
"eslint": "^9.13.0",
|
|
45
45
|
"eslint-config-prettier": "^9.1.0",
|
|
46
46
|
"eslint-plugin-jsdoc": "^50.4.3",
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"eslint-plugin-sonarjs": "^2.0.4",
|
|
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.30.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.12.2"
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|
|
60
60
|
"node": ">=18.18"
|
|
@@ -11,6 +11,13 @@ export const perfectionist = [
|
|
|
11
11
|
internalPattern: ['#**/**', '~/**', '~~/**', '@/**', '@@/**'],
|
|
12
12
|
},
|
|
13
13
|
],
|
|
14
|
+
'perfectionist/sort-objects': [
|
|
15
|
+
'warn',
|
|
16
|
+
{
|
|
17
|
+
partitionByComment: true,
|
|
18
|
+
type: 'natural',
|
|
19
|
+
},
|
|
20
|
+
],
|
|
14
21
|
'perfectionist/sort-vue-attributes': 'off',
|
|
15
22
|
},
|
|
16
23
|
},
|
|
@@ -105,6 +105,12 @@ export const vue = [
|
|
|
105
105
|
'vue/no-unused-refs': 'off',
|
|
106
106
|
'vue/no-use-computed-property-like-method': ['error'],
|
|
107
107
|
'vue/no-use-v-else-with-v-for': ['warn'],
|
|
108
|
+
'vue/no-use-v-if-with-v-for': [
|
|
109
|
+
'warn',
|
|
110
|
+
{
|
|
111
|
+
allowUsingIterationVar: true,
|
|
112
|
+
},
|
|
113
|
+
],
|
|
108
114
|
'vue/no-useless-mustaches': ['error'],
|
|
109
115
|
'vue/no-useless-template-attributes': ['error'],
|
|
110
116
|
'vue/no-useless-v-bind': ['error'],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-markdownlint",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.11.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "markdownlint config",
|
|
6
6
|
"keywords": [
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"up": "../../scripts/up.sh"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"markdownlint": "^0.
|
|
35
|
+
"markdownlint": "^0.36.1",
|
|
36
36
|
"markdownlint-cli": "^0.42.0"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|
package/prettier.config.js
CHANGED