@alexlit/lint-kit 144.0.0 → 144.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 +3 -3
- package/packages/config-eslint/plugins/typescript.js +6 -2
- package/packages/config-prettier/package.json +3 -3
- package/packages/config-stylelint/node_modules/.bin/stylelint +2 -2
- 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": "108.
|
|
3
|
+
"version": "108.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Sharable ESLint configuration",
|
|
6
6
|
"keywords": [
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"eslint-config-prettier": "^10.1.1",
|
|
50
50
|
"eslint-plugin-jsdoc": "^50.6.9",
|
|
51
51
|
"eslint-plugin-perfectionist": "^4.10.1",
|
|
52
|
-
"eslint-plugin-prettier": "^5.2.
|
|
52
|
+
"eslint-plugin-prettier": "^5.2.5",
|
|
53
53
|
"eslint-plugin-regexp": "^2.7.0",
|
|
54
54
|
"eslint-plugin-sonarjs": "^3.0.2",
|
|
55
55
|
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"globals": "^16.0.0",
|
|
61
61
|
"jsonc-eslint-parser": "^2.4.0",
|
|
62
62
|
"typescript": "^5.8.2",
|
|
63
|
-
"typescript-eslint": "^8.
|
|
63
|
+
"typescript-eslint": "^8.29.0",
|
|
64
64
|
"yaml-eslint-parser": "^1.3.0"
|
|
65
65
|
},
|
|
66
66
|
"packageManager": "pnpm@9.x",
|
|
@@ -7,10 +7,14 @@ export const typescript = [
|
|
|
7
7
|
...plugin.configs.strict,
|
|
8
8
|
...plugin.configs.stylistic,
|
|
9
9
|
|
|
10
|
+
{ files: FILES, rules: { '@typescript-eslint/no-explicit-any': 'warn' } },
|
|
10
11
|
{
|
|
11
|
-
files:
|
|
12
|
+
files: ['**/*.vue'],
|
|
12
13
|
rules: {
|
|
13
|
-
'@typescript-eslint/no-
|
|
14
|
+
'@typescript-eslint/no-empty-object-type': [
|
|
15
|
+
'error',
|
|
16
|
+
{ allowWithName: 'Props$' },
|
|
17
|
+
],
|
|
14
18
|
},
|
|
15
19
|
},
|
|
16
20
|
];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-prettier",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.6.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "prettier config",
|
|
6
6
|
"keywords": [
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@prettier/plugin-php": "^0.22.4",
|
|
39
|
-
"@prettier/plugin-pug": "^3.
|
|
39
|
+
"@prettier/plugin-pug": "^3.3.0",
|
|
40
40
|
"@prettier/plugin-ruby": "^4.0.4",
|
|
41
41
|
"@prettier/plugin-xml": "^3.4.1",
|
|
42
42
|
"prettier": "^3.5.3",
|
|
43
43
|
"prettier-plugin-eruby": "^0.0.3",
|
|
44
44
|
"prettier-plugin-jsdoc": "^1.3.2",
|
|
45
45
|
"prettier-plugin-packagejson": "^2.5.10",
|
|
46
|
-
"prettier-plugin-sh": "^0.
|
|
46
|
+
"prettier-plugin-sh": "^0.16.0",
|
|
47
47
|
"prettier-plugin-solidity": "^1.4.2",
|
|
48
48
|
"prettier-plugin-sort-json": "^4.1.1",
|
|
49
49
|
"prettier-plugin-sql": "^0.18.1",
|
|
@@ -6,9 +6,9 @@ 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.17.0_typescript@5.8.2/node_modules/stylelint/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.17.0_typescript@5.8.2/node_modules/stylelint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.17.0_typescript@5.8.2/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.17.0_typescript@5.8.2/node_modules/stylelint/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.17.0_typescript@5.8.2/node_modules/stylelint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.17.0_typescript@5.8.2/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
14
|
exec "$basedir/node" "$basedir/../stylelint/bin/stylelint.mjs" "$@"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-stylelint",
|
|
3
|
-
"version": "50.
|
|
3
|
+
"version": "50.4.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Stylelint config",
|
|
6
6
|
"keywords": [
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"postcss": "^8.5.3",
|
|
41
41
|
"postcss-html": "^1.8.0",
|
|
42
42
|
"prettier": "^3.5.3",
|
|
43
|
-
"stylelint": "16.
|
|
43
|
+
"stylelint": "16.17.0",
|
|
44
44
|
"stylelint-color-format": "^1.1.0",
|
|
45
45
|
"stylelint-config-recommended-vue": "^1.6.0",
|
|
46
46
|
"stylelint-config-standard": "^37.0.0",
|