ESLint configuration for Prettier
npm install @bts-prodev/eslint-prettierBTS-PR01DEV ESLint Prettier
Install the following command
``sh`
npm install --save-dev @bts-prodev/eslint-prettier
Add the following configuration to your package.json
`json``
"eslintConfig": {
"extends": [
"@bts-prodev/eslint-prettier"
]
}