@alexlit/lint-kit 120.0.0 → 120.0.2
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": "86.0.
|
|
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",
|
|
@@ -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": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-stylelint",
|
|
3
|
-
"version": "45.9.
|
|
3
|
+
"version": "45.9.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Stylelint config",
|
|
6
6
|
"keywords": [
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"stylelint-order": "^6.0.4",
|
|
55
55
|
"stylelint-plugin-logical-css": "^1.2.1",
|
|
56
56
|
"stylelint-prettier": "^5.0.0",
|
|
57
|
-
"stylelint-scss": "^6.3.
|
|
57
|
+
"stylelint-scss": "^6.3.2",
|
|
58
58
|
"stylelint-selector-no-empty": "^1.0.9",
|
|
59
59
|
"stylelint-use-nesting": "^5.1.1"
|
|
60
60
|
},
|