@alexlit/lint-kit 136.1.0 → 136.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-commitlint/node_modules/.bin/commitlint +4 -4
- package/packages/config-eslint/package.json +5 -5
- package/packages/config-eslint/plugins/vue.js +3 -2
- package/packages/config-prettier/package.json +2 -2
- package/packages/config-stylelint/index.js +1 -0
- package/packages/config-stylelint/package.json +3 -3
- package/stylelint.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.6.1_@types+node@22.10.
|
|
9
|
+
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.9_typescript@5.7.3/node_modules/@commitlint/cli/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.9_typescript@5.7.3/node_modules/@commitlint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.9_typescript@5.7.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.6.1_@types+node@22.10.
|
|
11
|
+
export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.9_typescript@5.7.3/node_modules/@commitlint/cli/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.9_typescript@5.7.3/node_modules/@commitlint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.9_typescript@5.7.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.6.1_@types+node@22.10.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.9_typescript@5.7.3/node_modules/@commitlint/cli/cli.js" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.
|
|
16
|
+
exec node "$basedir/../../../../node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.9_typescript@5.7.3/node_modules/@commitlint/cli/cli.js" "$@"
|
|
17
17
|
fi
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-eslint",
|
|
3
|
-
"version": "101.0
|
|
3
|
+
"version": "101.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Eslint config",
|
|
6
6
|
"keywords": [
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"@eslint/js": "^9.18.0",
|
|
42
42
|
"@intlify/eslint-plugin-vue-i18n": "^3.2.0",
|
|
43
43
|
"@stylistic/eslint-plugin": "^2.13.0",
|
|
44
|
-
"@tanstack/eslint-plugin-query": "^5.
|
|
44
|
+
"@tanstack/eslint-plugin-query": "^5.64.2",
|
|
45
45
|
"@unocss/eslint-config": "^65.4.2",
|
|
46
46
|
"eslint": "9.18.0",
|
|
47
47
|
"eslint-config-prettier": "^10.0.1",
|
|
48
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
48
|
+
"eslint-plugin-jsdoc": "^50.6.2",
|
|
49
49
|
"eslint-plugin-perfectionist": "^4.6.0",
|
|
50
|
-
"eslint-plugin-prettier": "^5.2.
|
|
50
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
51
51
|
"eslint-plugin-regexp": "^2.7.0",
|
|
52
52
|
"eslint-plugin-sonarjs": "^3.0.1",
|
|
53
|
-
"eslint-plugin-tailwindcss": "^3.
|
|
53
|
+
"eslint-plugin-tailwindcss": "^3.18.0",
|
|
54
54
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
55
55
|
"eslint-plugin-vitest": "^0.5.4",
|
|
56
56
|
"eslint-plugin-vue": "^9.32.0",
|
|
@@ -98,13 +98,14 @@ export const vue = [
|
|
|
98
98
|
'vue/no-restricted-component-options': ['error'],
|
|
99
99
|
'vue/no-restricted-props': ['error'],
|
|
100
100
|
'vue/no-root-v-if': ['error'],
|
|
101
|
-
'vue/no-setup-props-reactivity-loss': '
|
|
101
|
+
'vue/no-setup-props-reactivity-loss': ['error'],
|
|
102
102
|
'vue/no-static-inline-styles': ['error', { allowBinding: true }],
|
|
103
103
|
'vue/no-this-in-before-route-enter': ['error'],
|
|
104
|
+
'vue/no-undef-components': ['error'],
|
|
104
105
|
'vue/no-unsupported-features': ['error'],
|
|
105
106
|
'vue/no-unused-components': ['error'],
|
|
106
107
|
'vue/no-unused-emit-declarations': ['error'],
|
|
107
|
-
'vue/no-unused-refs': '
|
|
108
|
+
'vue/no-unused-refs': ['error'],
|
|
108
109
|
'vue/no-use-computed-property-like-method': ['error'],
|
|
109
110
|
'vue/no-use-v-else-with-v-for': ['warn'],
|
|
110
111
|
'vue/no-use-v-if-with-v-for': [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-prettier",
|
|
3
|
-
"version": "20.2.
|
|
3
|
+
"version": "20.2.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "prettier config",
|
|
6
6
|
"keywords": [
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"up": "../../scripts/up.sh --local"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@prettier/plugin-php": "^0.22.
|
|
38
|
+
"@prettier/plugin-php": "^0.22.4",
|
|
39
39
|
"@prettier/plugin-pug": "^3.2.0",
|
|
40
40
|
"@prettier/plugin-ruby": "^4.0.4",
|
|
41
41
|
"@prettier/plugin-xml": "^3.4.1",
|
|
@@ -87,6 +87,7 @@ const createConfig = (plugins = {}, options = {}) => ({
|
|
|
87
87
|
ignoreAtRules: ['else'],
|
|
88
88
|
},
|
|
89
89
|
],
|
|
90
|
+
'at-rule-no-deprecated': [true, { ignoreAtRules: ['apply', 'tailwind'] }],
|
|
90
91
|
'at-rule-no-unknown': null,
|
|
91
92
|
'at-rule-no-vendor-prefix': true,
|
|
92
93
|
'block-no-empty': null,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-stylelint",
|
|
3
|
-
"version": "48.
|
|
3
|
+
"version": "48.2.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Stylelint config",
|
|
6
6
|
"keywords": [
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"up": "../../scripts/up.sh --local"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@double-great/stylelint-a11y": "^3.0.
|
|
39
|
+
"@double-great/stylelint-a11y": "^3.0.3",
|
|
40
40
|
"postcss": "^8.5.1",
|
|
41
41
|
"postcss-html": "^1.8.0",
|
|
42
42
|
"prettier": "^3.4.2",
|
|
43
43
|
"stylelint": "16.13.2",
|
|
44
44
|
"stylelint-color-format": "^1.1.0",
|
|
45
|
-
"stylelint-config-recommended-vue": "^1.
|
|
45
|
+
"stylelint-config-recommended-vue": "^1.6.0",
|
|
46
46
|
"stylelint-config-standard": "^37.0.0",
|
|
47
47
|
"stylelint-config-standard-scss": "^14.0.0",
|
|
48
48
|
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|