ESLint configuration for ES6 imports and exports
npm install @bts-prodev/eslint-importsBTS-PR01DEV ESLint ES6 Imports and Exports
Install the following command
``sh`
npm install --save-dev @bts-prodev/eslint-imports
Add the following configuration to your package.json
`json``
"eslintConfig": {
"extends": [
"@bts-prodev/eslint-imports"
]
}