
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
eslint-plugin-effector
Advanced tools
Enforcing best practices for Effector
This plugin uses TypeScript for more precise results, but JavaScript is supported too.
First, install ESLint:
$ yarn add -D eslint
Next, install eslint-plugin-effector:
$ yarn add -D eslint-plugin-effector
Add effector to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": ["effector"],
"extends": ["plugin:effector/recommended", "plugin:effector/scope"]
}
To configure individual rules:
{
"rules": {
"effector/enforce-store-naming-convention": "off"
}
}
This preset is recommended for most projects.
This preset is recommended for projects that use Fork API. You can read more about Fork API in an article.
This preset is recommended for projects that use React with Effector.
This preset contains rules wich enforce future-effector code-style.
version in package.jsongit commit -m "Release X.X.X"git tag -a vX.X.X -m "vX.X.X"git push --follow-tagsyarn clean-publishFAQs
Enforcing best practices for Effector
The npm package eslint-plugin-effector receives a total of 12,436 weekly downloads. As such, eslint-plugin-effector popularity was classified as popular.
We found that eslint-plugin-effector demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?

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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.