effector/eslint-plugin

Rule: `no-patronum-debug`

sergeysova opened this issue · 2 comments

I think this rule can help users to remove forgotten debug from production code.

Looks like this rule should be auto-fixable.

Looks like this rule should be auto-fixable.

Hi, this fix supposed to remove the line with debug and import? Or just debug without import? 🤔

I think the rule should remove an import too.