@lobehub/lint 1.21.0 → 1.22.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/README.md CHANGED
@@ -228,6 +228,6 @@ This project is [MIT](./LICENSE) licensed.
228
228
  [npm-downloads-shield]: https://img.shields.io/npm/dt/@lobehub/lint?labelColor=black&style=flat-square
229
229
  [npm-release-link]: https://www.npmjs.com/package/@lobehub/lint
230
230
  [npm-release-shield]: https://img.shields.io/npm/v/@lobehub/lint?color=369eff&labelColor=black&logo=npm&logoColor=white&style=flat-square
231
- [pr-welcome-link]: https://github.com/lobehub/lobe-chat/pulls
231
+ [pr-welcome-link]: https://github.com/lobehub/lobe-lint/pulls
232
232
  [pr-welcome-shield]: https://img.shields.io/badge/🤯_pr_welcome-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge
233
233
  [profile-link]: https://github.com/lobehub
@@ -17,6 +17,7 @@ declare const _default: {
17
17
  scopeDisplayName: {
18
18
  '*': string;
19
19
  };
20
+ showAuthor: boolean;
20
21
  showSummary: boolean;
21
22
  };
22
23
  export default _default;
@@ -41,5 +41,6 @@ var changelog_default = {
41
41
  scopeDisplayName: {
42
42
  "*": "misc"
43
43
  },
44
+ showAuthor: true,
44
45
  showSummary: true
45
46
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/lint",
3
- "version": "1.21.0",
3
+ "version": "1.22.0",
4
4
  "homepage": "https://github.com/lobehub/lobe-lint",
5
5
  "bugs": {
6
6
  "url": "https://github.com/lobehub/lobe-lint/issues/new"