@lobehub/lint 1.1.0 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +15 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,6 +13,7 @@ ESlint config, Prettier config, Remark config for LobeHub
13
13
  <!-- SHIELD GROUP -->
14
14
 
15
15
  [![release][release-shield]][release-url]
16
+ ![][release-download-shield]
16
17
  [![releaseDate][release-date-shield]][release-date-url]
17
18
  [![ciTest][ci-test-shield]][ci-test-url]
18
19
  [![ciRelease][ci-release-shield]][ci-release-url] <br/>
@@ -59,6 +60,14 @@ To install Lobe Lint, run the following command:
59
60
  pnpm add @lobehub/lint -D
60
61
  ```
61
62
 
63
+ To use template ignore files, run the following command:
64
+
65
+ ```bash
66
+ curl -O https://raw.githubusercontent.com/lobehub/lobe-lint/master/.eslintignore
67
+ curl -O https://raw.githubusercontent.com/lobehub/lobe-lint/master/.gitignore
68
+ curl -O https://raw.githubusercontent.com/lobehub/lobe-lint/master/.prettierignore
69
+ ```
70
+
62
71
  <div align="right">
63
72
 
64
73
  [![][back-to-top]](#readme-top)
@@ -202,12 +211,12 @@ $ npm start
202
211
 
203
212
  #### 📝 License
204
213
 
205
- Copyright © 2023 [CanisMinor][profile-url]. <br />
214
+ Copyright © 2023 [LobeHub][profile-url]. <br />
206
215
  This project is [MIT](./LICENSE) licensed.
207
216
 
208
217
  <!-- LINK GROUP -->
209
218
 
210
- [profile-url]: https://github.com/canisminor1990
219
+ [profile-url]: https://github.com/lobehub
211
220
  [gitpod-url]: https://gitpod.io/#https://github.com/lobehub/lobe-lint
212
221
 
213
222
  <!-- SHIELD LINK GROUP -->
@@ -224,6 +233,10 @@ This project is [MIT](./LICENSE) licensed.
224
233
  [release-date-shield]: https://img.shields.io/github/release-date/lobehub/lobe-lint?style=flat
225
234
  [release-date-url]: https://github.com/lobehub/lobe-lint/releases
226
235
 
236
+ <!-- releaseDownload -->
237
+
238
+ [release-download-shield]: https://img.shields.io/npm/dt/@lobehub/lint
239
+
227
240
  <!-- ciTest -->
228
241
 
229
242
  [ci-test-shield]: https://github.com/lobehub/lobe-lint/workflows/Test%20CI/badge.svg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/lint",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "homepage": "https://github.com/lobehub/lobe-lint",
5
5
  "bugs": {
6
6
  "url": "https://github.com/lobehub/lobe-lint/issues/new"