CodingZeal / eslint-config-zeal

Zeal's ESLint configuration
https://www.npmjs.com/package/eslint-config-zeal
MIT License
2 stars 2 forks source link

🔧 Turn off the import/no-unused-modules rule #158

Closed randycoulman closed 5 years ago

randycoulman commented 5 years ago

After experimenting with import/no-unused-modules on a project, we found that it suffers from several issues:

Until these issues are resolved upstream, we should keep this rule turned off.