fenge 0.3.0 → 0.3.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/CHANGELOG.md +19 -0
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# fenge
|
|
2
2
|
|
|
3
|
+
## 0.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [9fcef9d]
|
|
8
|
+
- Updated dependencies [3f45e5f]
|
|
9
|
+
- @fenge/eslint-config@0.5.2
|
|
10
|
+
|
|
11
|
+
## 0.3.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [57d1dfe]
|
|
16
|
+
- Updated dependencies [553928a]
|
|
17
|
+
- Updated dependencies [8c4b1d4]
|
|
18
|
+
- Updated dependencies [6c0185f]
|
|
19
|
+
- Updated dependencies [9bb1dd5]
|
|
20
|
+
- @fenge/eslint-config@0.5.1
|
|
21
|
+
|
|
3
22
|
## 0.3.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -262,7 +262,7 @@ export default {
|
|
|
262
262
|
};
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
-
You can even install and use other third-party eslint-config, like [@sxzz/eslint-config](https://www.npmjs.com/package/@sxzz/eslint-config).
|
|
265
|
+
> Tips: You can even install and use other third-party eslint-config, like [@sxzz/eslint-config](https://www.npmjs.com/package/@sxzz/eslint-config).
|
|
266
266
|
|
|
267
267
|
### Set up Git hooks
|
|
268
268
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fenge",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "A CLI tool for code quality",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"ora": "8.1.1",
|
|
52
52
|
"prettier": "3.4.2",
|
|
53
53
|
"yoctocolors": "2.1.1",
|
|
54
|
-
"@fenge/eslint-config": "0.5.
|
|
54
|
+
"@fenge/eslint-config": "0.5.2",
|
|
55
55
|
"@fenge/prettier-config": "0.1.3",
|
|
56
|
-
"@fenge/tsconfig": "0.2.0",
|
|
57
56
|
"@fenge/types": "0.2.0",
|
|
57
|
+
"@fenge/tsconfig": "0.2.0",
|
|
58
58
|
"prettier-ignore": "0.2.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|