UNPKG

eslint-plugin-effector

Version:

Enforcing best practices for Effector

8 lines (7 loc) 169 B
module.exports = { rules: { "effector/prefer-sample-over-forward-with-mapping": "off", "effector/no-forward": "warn", "effector/no-guard": "warn", }, };