Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

eslint-plugin-effector

Package Overview
Dependencies
Maintainers
8
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-effector

Enforcing best practices for Effector

latest
Source
npmnpm
Version
0.18.0
Version published
Weekly downloads
15K
1.31%
Maintainers
8
Weekly downloads
 
Created
Source

eslint-plugin-effector

An ESLint plugin for enforcing best practices for Effector.

For comprehensive documentation, including rules and configuration guides, visit official documentation at eslint.effector.dev.

Installation

First, install ESLint and the plugin:

# pnpm
pnpm add --save-dev eslint eslint-plugin-effector

# yarn
yarn add --dev eslint eslint-plugin-effector

# npm
npm install --save-dev eslint eslint-plugin-effector

Usage

This plugin supports the new flat config format for ESLint. Start by adding the recommended preset to your eslint.config.js:

// eslint.config.js
import effector from "eslint-plugin-effector"

export default [
  /* ... */

  // Include the recommended preset:
  effector.flatConfigs.recommended,
]

To explore all available presets, refer to the Rules section of the documentation. For more details or legacy config usage, see the Installation section.

TypeScript Requirement

This plugin leverages TypeScript for accurate linting. You must have TypeScript and type-aware linting configured. For setup instructions, please see the official typescript-eslint documentation.

Keywords

eslint

FAQs

Package last updated on 13 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts