botpress / messaging

Botpress messaging server
43 stars 37 forks source link

chore(dev): added unused import rule to eslint #392

Closed laurentlp closed 2 years ago

laurentlp commented 2 years ago

This PR adds a single improvement to the linter by adding a rule that checks for unused imports. As we already discussed, I think we should slowly but surely add new rules that enforce anything we already enforce manually.