@alexlit/lint-kit 121.0.2 → 121.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
CHANGED
|
@@ -4,3 +4,4 @@
|
|
|
4
4
|
- [ ] [GraphQL](https://github.com/apollographql/eslint-plugin-graphql)
|
|
5
5
|
- [x] [Quasar](https://github.com/quasarframework/eslint-plugin-quasar)
|
|
6
6
|
- [x] [Vue I18n](https://github.com/intlify/eslint-plugin-vue-i18n)
|
|
7
|
+
- [ ] [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-eslint",
|
|
3
|
-
"version": "88.0
|
|
3
|
+
"version": "88.2.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Eslint config",
|
|
6
6
|
"keywords": [
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"@babel/eslint-parser": "^7.24.8",
|
|
42
42
|
"@eslint/eslintrc": "^3.1.0",
|
|
43
43
|
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
|
|
44
|
-
"@tanstack/eslint-plugin-query": "^5.51.
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
46
|
-
"@typescript-eslint/parser": "^7.
|
|
44
|
+
"@tanstack/eslint-plugin-query": "^5.51.12",
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "^7.17.0",
|
|
46
|
+
"@typescript-eslint/parser": "^7.17.0",
|
|
47
47
|
"eslint": "^8.57.0",
|
|
48
48
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
49
49
|
"eslint-config-prettier": "^9.1.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"eslint-plugin-ext": "^0.1.0",
|
|
58
58
|
"eslint-plugin-filenames": "^1.3.2",
|
|
59
59
|
"eslint-plugin-import": "^2.29.1",
|
|
60
|
-
"eslint-plugin-jsdoc": "^48.
|
|
60
|
+
"eslint-plugin-jsdoc": "^48.8.3",
|
|
61
61
|
"eslint-plugin-jsx-a11y": "^6.9.0",
|
|
62
62
|
"eslint-plugin-lit": "^1.14.0",
|
|
63
63
|
"eslint-plugin-lit-a11y": "^4.1.4",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"eslint-plugin-no-secrets": "^1.0.2",
|
|
70
70
|
"eslint-plugin-no-use-extend-native": "^0.5.0",
|
|
71
71
|
"eslint-plugin-node": "^11.1.0",
|
|
72
|
-
"eslint-plugin-prettier": "^5.1
|
|
73
|
-
"eslint-plugin-promise": "^6.
|
|
72
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
73
|
+
"eslint-plugin-promise": "^6.6.0",
|
|
74
74
|
"eslint-plugin-regexp": "^2.6.0",
|
|
75
75
|
"eslint-plugin-security": "^3.0.1",
|
|
76
76
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
"eslint-plugin-testing-library": "^6.2.2",
|
|
84
84
|
"eslint-plugin-typescript-sort-keys": "^3.2.0",
|
|
85
85
|
"eslint-plugin-unicorn": "^54.0.0",
|
|
86
|
-
"eslint-plugin-unused-imports": "^4.0.
|
|
86
|
+
"eslint-plugin-unused-imports": "^4.0.1",
|
|
87
87
|
"eslint-plugin-vitest": "^0.5.4",
|
|
88
88
|
"eslint-plugin-vue": "^9.27.0",
|
|
89
|
-
"eslint-plugin-vuejs-accessibility": "^2.
|
|
89
|
+
"eslint-plugin-vuejs-accessibility": "^2.4.0",
|
|
90
90
|
"eslint-plugin-wc": "^2.1.0",
|
|
91
91
|
"eslint-plugin-write-good-comments": "^0.2.0",
|
|
92
|
-
"typescript": "^5.5.
|
|
92
|
+
"typescript": "^5.5.4"
|
|
93
93
|
},
|
|
94
94
|
"engines": {
|
|
95
95
|
"node": ">=18.18"
|
|
@@ -33,7 +33,7 @@ const DEFAULT_PLUGINS = {
|
|
|
33
33
|
/** @see [eslint-plugin-sort-keys-fix](https://github.com/leo-buneev/eslint-plugin-sort-keys-fix) */
|
|
34
34
|
'sort-keys-fix': true,
|
|
35
35
|
|
|
36
|
-
/** @see [@tanstack/query](https://tanstack.com/query/
|
|
36
|
+
/** @see [@tanstack/query](https://tanstack.com/query/latest/docs/eslint/eslint-plugin-query) */
|
|
37
37
|
'tanstack-query': true,
|
|
38
38
|
|
|
39
39
|
/** @see [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-hooks",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Hooks config",
|
|
6
6
|
"keywords": [
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"up": "../../scripts/up.sh"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"husky": "^9.
|
|
37
|
+
"husky": "^9.1.1",
|
|
38
38
|
"lint-staged": "^15.2.7"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-prettier",
|
|
3
|
-
"version": "18.5.
|
|
3
|
+
"version": "18.5.10",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "prettier config",
|
|
6
6
|
"keywords": [
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"prettier-plugin-solidity": "^1.3.1",
|
|
46
46
|
"prettier-plugin-sort-json": "^4.0.0",
|
|
47
47
|
"prettier-plugin-sql": "^0.18.1",
|
|
48
|
-
"prettier-plugin-svelte": "^3.2.
|
|
48
|
+
"prettier-plugin-svelte": "^3.2.6",
|
|
49
49
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
50
50
|
"radash": "^12.1.0"
|
|
51
51
|
},
|