0.0.6 • Published 3 years ago

@kamyshev/eslint-plugin-effector v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

eslint-plugin-effector

Enforcing best practices for Effector

This plugin can use TypeScript for more precise results, but JavaScript is supported too.

Installation

You'll first need to install ESLint:

$ yarn add -D eslint

Next, install eslint-plugin-effector:

$ yarn add -D eslint-plugin-effector

Usage

Add effector to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["effector"],
  "extends": ["plugin:effector/recommended"]
}

To configure individual rules:

{
  "rules": {
    "effector/enforce-store-naming-convention": "off"
  }
}

Supported Rules

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago