eslint-plugin-effector 0.17.0 → 0.19.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 +6 -0
- package/dist/index.cjs +634 -176
- package/dist/index.d.cts +71 -80
- package/dist/index.d.mts +71 -80
- package/dist/index.mjs +606 -146
- package/package.json +23 -21
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
<h1 align="center">eslint-plugin-effector</h1>
|
|
2
2
|
|
|
3
|
+
<p align="center">
|
|
4
|
+
<a href="https://www.npmjs.com/package/eslint-plugin-effector"><img src="https://badgen.net/npm/v/eslint-plugin-effector?color=blue" alt="npm version"></a>
|
|
5
|
+
<a href="https://www.npmjs.com/package/eslint-plugin-effector"><img src="https://badgen.net/badge/provenance/yes?color=green&icon=npm" alt="npm provenance"></a>
|
|
6
|
+
<a href="https://www.npmjs.com/package/eslint-plugin-effector"><img src="https://badgen.net/npm/dm/eslint-plugin-effector?color=orange" alt="monthly downloads"></a>
|
|
7
|
+
</p>
|
|
8
|
+
|
|
3
9
|
An ESLint plugin for enforcing best practices for [Effector](https://effector.dev).
|
|
4
10
|
|
|
5
11
|
For comprehensive documentation, including rules and configuration guides, visit official documentation at [eslint.effector.dev](https://eslint.effector.dev).
|