@liwo/eslint-config 0.0.6 → 0.0.7

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 (3) hide show
  1. package/README.md +6 -0
  2. package/dist/index.d.ts +713 -234
  3. package/package.json +39 -36
package/README.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  Hard-forked from `@antfu/eslint-config`. It adopts a more opinionated and aggressive approach, making it generally unsuitable for the majority of users.
4
4
 
5
+ ## Install
6
+
7
+ ```shell
8
+ pnpm add -D eslint @liwo/eslint-config
9
+ ```
10
+
5
11
  ## Acknowledgements
6
12
 
7
13
  Thanks to the community and developers for their contributions!