@alexlit/lint-kit 164.7.0 → 164.8.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 +1 -1
- package/packages/config-commitlint/node_modules/.bin/commitlint +2 -2
- package/packages/config-commitlint/node_modules/.bin/conventional-changelog +2 -2
- package/packages/config-eslint/index.js +1 -1
- package/packages/config-eslint/node_modules/.bin/eslint +2 -2
- package/packages/config-eslint/node_modules/.bin/eslint-config-prettier +2 -2
- package/packages/config-eslint/node_modules/.bin/tsc +2 -2
- package/packages/config-eslint/node_modules/.bin/tsserver +2 -2
- package/packages/config-eslint/package.json +5 -5
- package/packages/config-eslint/plugins/vue.js +1 -0
- package/packages/config-hooks/node_modules/.bin/husky +2 -2
- package/packages/config-hooks/node_modules/.bin/lint-staged +2 -2
- package/packages/config-htmllint/node_modules/.bin/linthtml +2 -2
- package/packages/config-markdownlint/node_modules/.bin/markdownlint +2 -2
- package/packages/config-npmlint/node_modules/.bin/lockfile-lint +2 -2
- package/packages/config-npmlint/node_modules/.bin/npmPkgJsonLint +2 -2
- package/packages/config-prettier/node_modules/.bin/prettier +2 -2
- package/packages/config-stylelint/node_modules/.bin/prettier +2 -2
- package/packages/config-stylelint/node_modules/.bin/stylelint +4 -4
- package/packages/config-stylelint/package.json +2 -2
- package/packages/config-eslint/temp.txt +0 -121
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@ else
|
|
|
15
15
|
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@20.1.0_@types+node@24.9.2_typescript@5.9.3/node_modules/@commitlint/cli/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@20.1.0_@types+node@24.9.2_typescript@5.9.3/node_modules/@commitlint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@20.1.0_@types+node@24.9.2_typescript@5.9.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/@commitlint+cli@20.1.0_@types+node@24.9.2_typescript@5.9.3/node_modules/@commitlint/cli/cli.js" "$@"
|
|
19
19
|
else
|
|
20
|
-
exec node "$basedir
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/@commitlint+cli@20.1.0_@types+node@24.9.2_typescript@5.9.3/node_modules/@commitlint/cli/cli.js" "$@"
|
|
21
21
|
fi
|
|
@@ -15,7 +15,7 @@ else
|
|
|
15
15
|
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/conventional-changelog-cli@5.0.0_conventional-commits-filter@5.0.0/node_modules/conventional-changelog-cli/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/conventional-changelog-cli@5.0.0_conventional-commits-filter@5.0.0/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/conventional-changelog-cli@5.0.0_conventional-commits-filter@5.0.0/node_modules/conventional-changelog-cli/cli.js" "$@"
|
|
19
19
|
else
|
|
20
|
-
exec node "$basedir
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/conventional-changelog-cli@5.0.0_conventional-commits-filter@5.0.0/node_modules/conventional-changelog-cli/cli.js" "$@"
|
|
21
21
|
fi
|
|
@@ -10,7 +10,7 @@ export { tailwindcss } from './plugins/tailwindcss.js';
|
|
|
10
10
|
export { tanstackQuery } from './plugins/tanstack-query.js';
|
|
11
11
|
export { typescript } from './plugins/typescript.js';
|
|
12
12
|
export { unicorn } from './plugins/unicorn.js';
|
|
13
|
-
|
|
13
|
+
export { unocss } from './plugins/unocss.js';
|
|
14
14
|
export { vitest } from './plugins/vitest.js';
|
|
15
15
|
export { vueAccessibility } from './plugins/vue-accessibility.js';
|
|
16
16
|
export { vueI18n } from './plugins/vue-i18n.js';
|
|
@@ -15,7 +15,7 @@ else
|
|
|
15
15
|
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/eslint@9.39.1_jiti@1.21.7/node_modules/eslint/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/eslint@9.39.1_jiti@1.21.7/node_modules/eslint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/eslint@9.39.1_jiti@1.21.7/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/eslint@9.39.1_jiti@1.21.7/node_modules/eslint/bin/eslint.js" "$@"
|
|
19
19
|
else
|
|
20
|
-
exec node "$basedir
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/eslint@9.39.1_jiti@1.21.7/node_modules/eslint/bin/eslint.js" "$@"
|
|
21
21
|
fi
|
|
@@ -15,7 +15,7 @@ else
|
|
|
15
15
|
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/eslint-config-prettier@10.1.8_eslint@9.39.1_jiti@1.21.7_/node_modules/eslint-config-prettier/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/eslint-config-prettier@10.1.8_eslint@9.39.1_jiti@1.21.7_/node_modules/eslint-config-prettier/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/eslint-config-prettier@10.1.8_eslint@9.39.1_jiti@1.21.7_/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/eslint-config-prettier@10.1.8_eslint@9.39.1_jiti@1.21.7_/node_modules/eslint-config-prettier/bin/cli.js" "$@"
|
|
19
19
|
else
|
|
20
|
-
exec node "$basedir
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/eslint-config-prettier@10.1.8_eslint@9.39.1_jiti@1.21.7_/node_modules/eslint-config-prettier/bin/cli.js" "$@"
|
|
21
21
|
fi
|
|
@@ -15,7 +15,7 @@ else
|
|
|
15
15
|
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/typescript@5.9.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsc" "$@"
|
|
19
19
|
else
|
|
20
|
-
exec node "$basedir
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsc" "$@"
|
|
21
21
|
fi
|
|
@@ -15,7 +15,7 @@ else
|
|
|
15
15
|
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/typescript@5.9.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsserver" "$@"
|
|
19
19
|
else
|
|
20
|
-
exec node "$basedir
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsserver" "$@"
|
|
21
21
|
fi
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-eslint",
|
|
3
|
-
"version": "121.
|
|
3
|
+
"version": "121.8.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Sharable ESLint configuration",
|
|
6
6
|
"keywords": [
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@unocss/eslint-config": "^66.5.9",
|
|
48
48
|
"eslint": "9.39.1",
|
|
49
49
|
"eslint-config-prettier": "^10.1.8",
|
|
50
|
-
"eslint-plugin-jsdoc": "^61.4.
|
|
50
|
+
"eslint-plugin-jsdoc": "^61.4.1",
|
|
51
51
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
52
52
|
"eslint-plugin-prettier": "^5.5.4",
|
|
53
53
|
"eslint-plugin-regexp": "^2.10.0",
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
56
56
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
57
57
|
"eslint-plugin-vitest": "^0.5.4",
|
|
58
|
-
"eslint-plugin-vue": "^10.
|
|
58
|
+
"eslint-plugin-vue": "^10.6.1",
|
|
59
59
|
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
60
60
|
"globals": "^16.5.0",
|
|
61
61
|
"jsonc-eslint-parser": "^2.4.1",
|
|
62
62
|
"typescript": "^5.9.3",
|
|
63
|
-
"typescript-eslint": "^8.
|
|
64
|
-
"yaml-eslint-parser": "^1.3.
|
|
63
|
+
"typescript-eslint": "^8.48.0",
|
|
64
|
+
"yaml-eslint-parser": "^1.3.1"
|
|
65
65
|
},
|
|
66
66
|
"packageManager": "pnpm@10.x",
|
|
67
67
|
"engines": {
|
|
@@ -85,6 +85,7 @@ export const vue = [
|
|
|
85
85
|
'vue/no-deprecated-slot-attribute': ['error'],
|
|
86
86
|
'vue/no-deprecated-slot-scope-attribute': ['error'],
|
|
87
87
|
'vue/no-duplicate-attr-inheritance': ['error'],
|
|
88
|
+
'vue/no-duplicate-class-names': ['error'],
|
|
88
89
|
'vue/no-empty-component-block': ['error'],
|
|
89
90
|
'vue/no-import-compiler-macros': ['error'],
|
|
90
91
|
'vue/no-irregular-whitespace': ['error'],
|
|
@@ -15,7 +15,7 @@ else
|
|
|
15
15
|
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/husky@9.1.7/node_modules/husky/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/husky@9.1.7/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/husky@9.1.7/node_modules/husky/bin.js" "$@"
|
|
19
19
|
else
|
|
20
|
-
exec node "$basedir
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/husky@9.1.7/node_modules/husky/bin.js" "$@"
|
|
21
21
|
fi
|
|
@@ -15,7 +15,7 @@ else
|
|
|
15
15
|
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lint-staged@16.2.7/node_modules/lint-staged/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lint-staged@16.2.7/node_modules/lint-staged/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lint-staged@16.2.7/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/lint-staged@16.2.7/node_modules/lint-staged/bin/lint-staged.js" "$@"
|
|
19
19
|
else
|
|
20
|
-
exec node "$basedir
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/lint-staged@16.2.7/node_modules/lint-staged/bin/lint-staged.js" "$@"
|
|
21
21
|
fi
|
|
@@ -15,7 +15,7 @@ else
|
|
|
15
15
|
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@linthtml+linthtml@0.10.2_@types+node@24.9.2_typescript@5.9.3/node_modules/@linthtml/linthtml/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@linthtml+linthtml@0.10.2_@types+node@24.9.2_typescript@5.9.3/node_modules/@linthtml/linthtml/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@linthtml+linthtml@0.10.2_@types+node@24.9.2_typescript@5.9.3/node_modules/@linthtml/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@linthtml+linthtml@0.10.2_@types+node@24.9.2_typescript@5.9.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/@linthtml+linthtml@0.10.2_@types+node@24.9.2_typescript@5.9.3/node_modules/@linthtml/linthtml/bin/linthtml.js" "$@"
|
|
19
19
|
else
|
|
20
|
-
exec node "$basedir
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/@linthtml+linthtml@0.10.2_@types+node@24.9.2_typescript@5.9.3/node_modules/@linthtml/linthtml/bin/linthtml.js" "$@"
|
|
21
21
|
fi
|
|
@@ -15,7 +15,7 @@ else
|
|
|
15
15
|
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/markdownlint-cli@0.46.0/node_modules/markdownlint-cli/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/markdownlint-cli@0.46.0/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/markdownlint-cli@0.46.0/node_modules/markdownlint-cli/markdownlint.js" "$@"
|
|
19
19
|
else
|
|
20
|
-
exec node "$basedir
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/markdownlint-cli@0.46.0/node_modules/markdownlint-cli/markdownlint.js" "$@"
|
|
21
21
|
fi
|
|
@@ -15,7 +15,7 @@ else
|
|
|
15
15
|
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lockfile-lint@4.14.1_typescript@5.9.3/node_modules/lockfile-lint/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lockfile-lint@4.14.1_typescript@5.9.3/node_modules/lockfile-lint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lockfile-lint@4.14.1_typescript@5.9.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/lockfile-lint@4.14.1_typescript@5.9.3/node_modules/lockfile-lint/bin/lockfile-lint.js" "$@"
|
|
19
19
|
else
|
|
20
|
-
exec node "$basedir
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/lockfile-lint@4.14.1_typescript@5.9.3/node_modules/lockfile-lint/bin/lockfile-lint.js" "$@"
|
|
21
21
|
fi
|
|
@@ -15,7 +15,7 @@ else
|
|
|
15
15
|
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/npm-package-json-lint@9.0.0_typescript@5.9.3/node_modules/npm-package-json-lint/dist/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/npm-package-json-lint@9.0.0_typescript@5.9.3/node_modules/npm-package-json-lint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/npm-package-json-lint@9.0.0_typescript@5.9.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/npm-package-json-lint@9.0.0_typescript@5.9.3/node_modules/npm-package-json-lint/dist/cli.js" "$@"
|
|
19
19
|
else
|
|
20
|
-
exec node "$basedir
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/npm-package-json-lint@9.0.0_typescript@5.9.3/node_modules/npm-package-json-lint/dist/cli.js" "$@"
|
|
21
21
|
fi
|
|
@@ -15,7 +15,7 @@ else
|
|
|
15
15
|
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/prettier@3.6.2/node_modules/prettier/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/prettier@3.6.2/node_modules/prettier/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/prettier@3.6.2/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/prettier@3.6.2/node_modules/prettier/bin/prettier.cjs" "$@"
|
|
19
19
|
else
|
|
20
|
-
exec node "$basedir
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/prettier@3.6.2/node_modules/prettier/bin/prettier.cjs" "$@"
|
|
21
21
|
fi
|
|
@@ -15,7 +15,7 @@ else
|
|
|
15
15
|
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/prettier@3.6.2/node_modules/prettier/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/prettier@3.6.2/node_modules/prettier/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/prettier@3.6.2/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/prettier@3.6.2/node_modules/prettier/bin/prettier.cjs" "$@"
|
|
19
19
|
else
|
|
20
|
-
exec node "$basedir
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/prettier@3.6.2/node_modules/prettier/bin/prettier.cjs" "$@"
|
|
21
21
|
fi
|
|
@@ -10,12 +10,12 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.
|
|
13
|
+
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.26.0_typescript@5.9.3/node_modules/stylelint/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.26.0_typescript@5.9.3/node_modules/stylelint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.26.0_typescript@5.9.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.
|
|
15
|
+
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.26.0_typescript@5.9.3/node_modules/stylelint/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.26.0_typescript@5.9.3/node_modules/stylelint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.26.0_typescript@5.9.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/stylelint@16.26.0_typescript@5.9.3/node_modules/stylelint/bin/stylelint.mjs" "$@"
|
|
19
19
|
else
|
|
20
|
-
exec node "$basedir
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/stylelint@16.26.0_typescript@5.9.3/node_modules/stylelint/bin/stylelint.mjs" "$@"
|
|
21
21
|
fi
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-stylelint",
|
|
3
|
-
"version": "56.
|
|
3
|
+
"version": "56.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Stylelint config",
|
|
6
6
|
"keywords": [
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"postcss": "^8.5.6",
|
|
41
41
|
"postcss-html": "^1.8.0",
|
|
42
42
|
"prettier": "^3.6.2",
|
|
43
|
-
"stylelint": "16.
|
|
43
|
+
"stylelint": "16.26.0",
|
|
44
44
|
"stylelint-color-format": "^1.1.0",
|
|
45
45
|
"stylelint-config-recommended-vue": "^1.6.1",
|
|
46
46
|
"stylelint-config-standard": "^39.0.1",
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
files: ['**/*.vue'],
|
|
3
|
-
rules: {
|
|
4
|
-
'perfectionist/sort-objects': [
|
|
5
|
-
'warn',
|
|
6
|
-
{
|
|
7
|
-
customGroups: {
|
|
8
|
-
activated: 'activated',
|
|
9
|
-
asyncData: 'asyncData',
|
|
10
|
-
beforeMount: 'beforeMount',
|
|
11
|
-
beforeRouteEnter: 'beforeRouteEnter',
|
|
12
|
-
beforeRouteLeave: 'beforeRouteLeave',
|
|
13
|
-
beforeRouteUpdate: 'beforeRouteUpdate',
|
|
14
|
-
beforeUnmount: 'beforeUnmount',
|
|
15
|
-
beforeUpdate: 'beforeUpdate',
|
|
16
|
-
comments: 'comments',
|
|
17
|
-
components: 'components',
|
|
18
|
-
computed: 'computed',
|
|
19
|
-
data: 'data',
|
|
20
|
-
deactivated: 'deactivated',
|
|
21
|
-
delimiters: 'delimiters',
|
|
22
|
-
directives: 'directives',
|
|
23
|
-
el: 'el',
|
|
24
|
-
emits: 'emits',
|
|
25
|
-
errorCaptured: 'errorCaptured',
|
|
26
|
-
extends: 'extends',
|
|
27
|
-
fetch: 'fetch',
|
|
28
|
-
filters: 'filters',
|
|
29
|
-
functional: 'functional',
|
|
30
|
-
head: 'head',
|
|
31
|
-
inheritAttrs: 'inheritAttrs',
|
|
32
|
-
inject: 'inject',
|
|
33
|
-
key: 'key',
|
|
34
|
-
layout: 'layout',
|
|
35
|
-
loading: 'loading',
|
|
36
|
-
methods: 'methods',
|
|
37
|
-
middleware: 'middleware',
|
|
38
|
-
mixins: 'mixins',
|
|
39
|
-
model: 'model',
|
|
40
|
-
mounted: 'mounted',
|
|
41
|
-
name: 'name',
|
|
42
|
-
parent: 'parent',
|
|
43
|
-
props: 'props',
|
|
44
|
-
propsData: 'propsData',
|
|
45
|
-
provide: 'provide',
|
|
46
|
-
render: 'render',
|
|
47
|
-
renderError: 'renderError',
|
|
48
|
-
renderTracked: 'renderTracked',
|
|
49
|
-
renderTriggered: 'renderTriggered',
|
|
50
|
-
scrollToTop: 'scrollToTop',
|
|
51
|
-
serverPrefetch: 'serverPrefetch',
|
|
52
|
-
setup: 'setup',
|
|
53
|
-
template: 'template',
|
|
54
|
-
transition: 'transition',
|
|
55
|
-
unmounted: 'unmounted',
|
|
56
|
-
updated: 'updated',
|
|
57
|
-
validate: 'validate',
|
|
58
|
-
watch: 'watch',
|
|
59
|
-
watchQuery: 'watchQuery',
|
|
60
|
-
},
|
|
61
|
-
groups: [
|
|
62
|
-
'el',
|
|
63
|
-
'name',
|
|
64
|
-
'key',
|
|
65
|
-
'parent',
|
|
66
|
-
'functional',
|
|
67
|
-
'delimiters',
|
|
68
|
-
'comments',
|
|
69
|
-
'components',
|
|
70
|
-
'directives',
|
|
71
|
-
'filters',
|
|
72
|
-
'extends',
|
|
73
|
-
'mixins',
|
|
74
|
-
'provide',
|
|
75
|
-
'inject',
|
|
76
|
-
'beforeRouteEnter',
|
|
77
|
-
'beforeRouteUpdate',
|
|
78
|
-
'beforeRouteLeave',
|
|
79
|
-
'layout',
|
|
80
|
-
'middleware',
|
|
81
|
-
'validate',
|
|
82
|
-
'scrollToTop',
|
|
83
|
-
'transition',
|
|
84
|
-
'loading',
|
|
85
|
-
'inheritAttrs',
|
|
86
|
-
'model',
|
|
87
|
-
'props',
|
|
88
|
-
'propsData',
|
|
89
|
-
'emits',
|
|
90
|
-
'setup',
|
|
91
|
-
'asyncData',
|
|
92
|
-
'data',
|
|
93
|
-
'fetch',
|
|
94
|
-
'head',
|
|
95
|
-
'computed',
|
|
96
|
-
'watch',
|
|
97
|
-
'watchQuery',
|
|
98
|
-
'beforeMount',
|
|
99
|
-
'mounted',
|
|
100
|
-
'beforeUpdate',
|
|
101
|
-
'updated',
|
|
102
|
-
'beforeUnmount',
|
|
103
|
-
'unmounted',
|
|
104
|
-
'errorCaptured',
|
|
105
|
-
'renderTracked',
|
|
106
|
-
'renderTriggered',
|
|
107
|
-
'activated',
|
|
108
|
-
'deactivated',
|
|
109
|
-
'serverPrefetch',
|
|
110
|
-
'methods',
|
|
111
|
-
'template',
|
|
112
|
-
'render',
|
|
113
|
-
'renderError',
|
|
114
|
-
|
|
115
|
-
'unknown',
|
|
116
|
-
],
|
|
117
|
-
ignorePattern: ['Property', 'breakpoints', 'screens', 'plugins'],
|
|
118
|
-
},
|
|
119
|
-
],
|
|
120
|
-
},
|
|
121
|
-
},
|