@celsodias12/eslint-config-helpers
v1.0.0
Published
Detection of unused imports and ordering of imports.
Downloads
1
Maintainers
Readme
Installation
Install the package and its dependencies:
npm i -D @celsodias12/eslint-config-helpers eslint-plugin-import-helpers eslint-plugin-unused-imports
Configuration
In your ESLint configuration file, add the following content:
{
"extends": [
// ... other configs
"@celsodias12/eslint-config-helpers"
]
}