@fictjs/eslint-plugin 0.0.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/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @fictjs/eslint-plugin
2
+
3
+ ![Node CI](https://github.com/fictjs/fict/workflows/Node%20CI/badge.svg)
4
+ ![npm](https://img.shields.io/npm/v/fict.svg)
5
+ ![license](https://img.shields.io/npm/l/fict)
6
+
7
+ ESLint plugin for Fict
8
+
9
+ ## Usage
10
+
11
+ ```bash
12
+ npm install -D @fictjs/eslint-plugin
13
+ # or
14
+ yarn add -D @fictjs/eslint-plugin
15
+ ```
16
+
17
+ You can visit [Fict](https://github.com/fictjs/fict) for more documentation.