@alexlit/lint-kit 119.2.0 → 120.0.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/README.md
CHANGED
|
@@ -4,13 +4,15 @@ Presets of configuration files and dependencies for linting web applications
|
|
|
4
4
|
(designed for [Vue.js](https://vuejs.org) with
|
|
5
5
|
[TypeScript](https://www.typescriptlang.org/))
|
|
6
6
|
|
|
7
|
-
##
|
|
7
|
+
## Usage
|
|
8
|
+
|
|
9
|
+
### Instal all linters
|
|
8
10
|
|
|
9
11
|
```sh
|
|
10
12
|
npm i @alexlit/config-commitlint @alexlit/config-eslint @alexlit/config-hooks @alexlit/config-htmllint @alexlit/config-markdownlint @alexlit/config-npmlint @alexlit/config-prettier @alexlit/config-stylelint --legacy-peer-deps -D
|
|
11
13
|
```
|
|
12
14
|
|
|
13
|
-
|
|
15
|
+
### Configuration
|
|
14
16
|
|
|
15
17
|
- [commitlint](https://github.com/alex-lit/lint-kit/blob/master/packages/config-commitlint/README.md)
|
|
16
18
|
- [eslint](https://github.com/alex-lit/lint-kit/blob/master/packages/config-eslint/README.md)
|
|
@@ -20,3 +22,11 @@ npm i @alexlit/config-commitlint @alexlit/config-eslint @alexlit/config-hooks @a
|
|
|
20
22
|
- [npmlint](https://github.com/alex-lit/lint-kit/blob/master/packages/config-npmlint/README.md)
|
|
21
23
|
- [prettier](https://github.com/alex-lit/lint-kit/blob/master/packages/config-prettier/README.md)
|
|
22
24
|
- [stylelint](https://github.com/alex-lit/lint-kit/blob/master/packages/config-stylelint/README.md)
|
|
25
|
+
|
|
26
|
+
## Dev mode
|
|
27
|
+
|
|
28
|
+
### Installation
|
|
29
|
+
|
|
30
|
+
```sh
|
|
31
|
+
npm run i
|
|
32
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-eslint",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "86.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Eslint config",
|
|
6
6
|
"keywords": [
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@eslint/eslintrc": "^3.1.0",
|
|
43
43
|
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
|
|
44
44
|
"@tanstack/eslint-plugin-query": "^5.43.1",
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "^7.13.
|
|
46
|
-
"@typescript-eslint/parser": "^7.13.
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
46
|
+
"@typescript-eslint/parser": "^7.13.1",
|
|
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.2.
|
|
60
|
+
"eslint-plugin-jsdoc": "^48.2.12",
|
|
61
61
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
62
62
|
"eslint-plugin-lit": "^1.14.0",
|
|
63
63
|
"eslint-plugin-lit-a11y": "^4.1.2",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"eslint-plugin-prettier": "^5.1.3",
|
|
73
73
|
"eslint-plugin-promise": "^6.2.0",
|
|
74
74
|
"eslint-plugin-regexp": "^2.6.0",
|
|
75
|
-
"eslint-plugin-security": "^3.0.
|
|
75
|
+
"eslint-plugin-security": "^3.0.1",
|
|
76
76
|
"eslint-plugin-simple-import-sort": "^12.1.0",
|
|
77
77
|
"eslint-plugin-sonarjs": "^1.0.3",
|
|
78
78
|
"eslint-plugin-sort-class-members": "^1.20.0",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"eslint-plugin-sql": "^2.5.0",
|
|
83
83
|
"eslint-plugin-testing-library": "^6.2.2",
|
|
84
84
|
"eslint-plugin-typescript-sort-keys": "^3.2.0",
|
|
85
|
-
"eslint-plugin-unicorn": "^
|
|
85
|
+
"eslint-plugin-unicorn": "^54.0.0",
|
|
86
86
|
"eslint-plugin-unused-imports": "^4.0.0",
|
|
87
87
|
"eslint-plugin-vitest": "^0.5.4",
|
|
88
88
|
"eslint-plugin-vue": "^9.26.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-npmlint",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "npmlint config",
|
|
6
6
|
"keywords": [
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"up": "../../scripts/up.sh"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"lockfile-lint": "^4.
|
|
39
|
+
"lockfile-lint": "^4.14.0",
|
|
40
40
|
"npm-package-json-lint": "^8.0.0",
|
|
41
|
-
"npm-package-json-lint-config-default": "^7.0.
|
|
41
|
+
"npm-package-json-lint-config-default": "^7.0.1"
|
|
42
42
|
},
|
|
43
43
|
"engines": {
|
|
44
44
|
"node": ">=18.18"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-prettier",
|
|
3
|
-
"version": "18.5.
|
|
3
|
+
"version": "18.5.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "prettier config",
|
|
6
6
|
"keywords": [
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"prettier-plugin-sort-json": "^4.0.0",
|
|
47
47
|
"prettier-plugin-sql": "^0.18.0",
|
|
48
48
|
"prettier-plugin-svelte": "^3.2.4",
|
|
49
|
-
"prettier-plugin-tailwindcss": "^0.6.
|
|
49
|
+
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
50
50
|
"radash": "^12.1.0"
|
|
51
51
|
},
|
|
52
52
|
"engines": {
|