ko-lints 4.0.4 → 4.0.5
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 +10 -10
- package/CHANGELOG.md +0 -85
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ko-lints",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"description": "lint tools used by ko",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ko",
|
|
@@ -25,19 +25,19 @@
|
|
|
25
25
|
"lib/*",
|
|
26
26
|
"index.d.ts"
|
|
27
27
|
],
|
|
28
|
-
"scripts": {
|
|
29
|
-
"prepublishOnly": "rm -rf lib && tsc",
|
|
30
|
-
"build": "tsc",
|
|
31
|
-
"debug": "rm -rf lib && tsc --sourcemap -w"
|
|
32
|
-
},
|
|
33
28
|
"dependencies": {
|
|
34
29
|
"fast-glob": "^3.2.11"
|
|
35
30
|
},
|
|
36
31
|
"peerDependencies": {
|
|
37
|
-
"ko-lint-config": "
|
|
32
|
+
"ko-lint-config": "2.2.5"
|
|
38
33
|
},
|
|
39
34
|
"devDependencies": {
|
|
40
35
|
"typescript": "^4.6.4",
|
|
41
|
-
"ko-lint-config": "
|
|
42
|
-
}
|
|
43
|
-
|
|
36
|
+
"ko-lint-config": "2.2.5"
|
|
37
|
+
},
|
|
38
|
+
"scripts": {
|
|
39
|
+
"build": "tsc",
|
|
40
|
+
"debug": "rm -rf lib && tsc --sourcemap -w"
|
|
41
|
+
},
|
|
42
|
+
"readme": "# ko-lint\n\nThis package is used by [ko](https://github.com/DTStack/ko)\n"
|
|
43
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
# ko-lints
|
|
2
|
-
|
|
3
|
-
## 4.0.4
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [25de5d7e]
|
|
8
|
-
- ko-lint-config@2.2.4
|
|
9
|
-
|
|
10
|
-
## 4.0.3
|
|
11
|
-
|
|
12
|
-
### Patch Changes
|
|
13
|
-
|
|
14
|
-
- Updated dependencies [35a552d2]
|
|
15
|
-
- ko-lint-config@2.2.3
|
|
16
|
-
|
|
17
|
-
## 4.0.2
|
|
18
|
-
|
|
19
|
-
### Patch Changes
|
|
20
|
-
|
|
21
|
-
- Updated dependencies [b82bab70]
|
|
22
|
-
- ko-lint-config@2.2.2
|
|
23
|
-
|
|
24
|
-
## 4.0.1
|
|
25
|
-
|
|
26
|
-
### Patch Changes
|
|
27
|
-
|
|
28
|
-
- Updated dependencies [dea5d69b]
|
|
29
|
-
- ko-lint-config@2.2.1
|
|
30
|
-
|
|
31
|
-
## 4.0.0
|
|
32
|
-
|
|
33
|
-
### Patch Changes
|
|
34
|
-
|
|
35
|
-
- Updated dependencies [67325569]
|
|
36
|
-
- ko-lint-config@2.2.0
|
|
37
|
-
|
|
38
|
-
## 3.1.0
|
|
39
|
-
|
|
40
|
-
### Minor Changes
|
|
41
|
-
|
|
42
|
-
- 1721dfa0: Support Lints & Format with concurrency mode, Add Config & Plugin of Prettier in Eslint
|
|
43
|
-
|
|
44
|
-
- `ko-lint-config`:
|
|
45
|
-
|
|
46
|
-
Add Config & Plugin of Prettier in Eslint Config
|
|
47
|
-
|
|
48
|
-
- `ko-lints`:
|
|
49
|
-
|
|
50
|
-
- Support concurrency mode with multithreading to do lint or format tasks,you can enable concurrency mode via `--concurrency` cli flag
|
|
51
|
-
- Default threads Count is `require('os').cpus().length`, you can specify it via `--concurrentNumber` like `--concurrentNumber=4`
|
|
52
|
-
|
|
53
|
-
- `ko`:
|
|
54
|
-
- Support `ko prettier`,`ko eslint`,`ko stylelint` commands with concurrency mode, you can also specify this mode with `ko.config.js`
|
|
55
|
-
|
|
56
|
-
### Patch Changes
|
|
57
|
-
|
|
58
|
-
- Updated dependencies [98ec512a]
|
|
59
|
-
- Updated dependencies [1721dfa0]
|
|
60
|
-
- ko-lint-config@2.1.0
|
|
61
|
-
|
|
62
|
-
## 3.0.1
|
|
63
|
-
|
|
64
|
-
### Patch Changes
|
|
65
|
-
|
|
66
|
-
- Updated dependencies [acb01e3e]
|
|
67
|
-
- ko-lint-config@2.0.1
|
|
68
|
-
|
|
69
|
-
## 3.0.0
|
|
70
|
-
|
|
71
|
-
### Patch Changes
|
|
72
|
-
|
|
73
|
-
- Updated dependencies [e854ccd8]
|
|
74
|
-
- ko-lint-config@2.0.0
|
|
75
|
-
|
|
76
|
-
## 2.0.0
|
|
77
|
-
|
|
78
|
-
### Major Changes
|
|
79
|
-
|
|
80
|
-
- 84adca00: publish ko v6.0 and it's related packages
|
|
81
|
-
|
|
82
|
-
### Patch Changes
|
|
83
|
-
|
|
84
|
-
- Updated dependencies [84adca00]
|
|
85
|
-
- ko-lint-config@1.0.0
|