UNPKG

eslint-plugin-effector

Version:

Enforcing best practices for Effector

8 lines (7 loc) 182 B
module.exports = { rules: { "effector/enforce-gate-naming-convention": "error", "effector/mandatory-scope-binding": "error", "effector/prefer-useUnit": "warn", }, };