@bts-prodev/eslint-imports
v1.1.0
Published
ESLint configuration for ES6 imports and exports
Downloads
20
Readme
Installation
Install the following command
npm install --save-dev @bts-prodev/eslint-imports
Usage
Add the following configuration to your package.json
"eslintConfig": {
"extends": [
"@bts-prodev/eslint-imports"
]
}