@bts-prodev/eslint-prettier
v1.0.3
Published
ESLint configuration for Prettier
Downloads
19
Readme
Installation
Install the following command
npm install --save-dev @bts-prodev/eslint-prettier
Usage
Add the following configuration to your package.json
"eslintConfig": {
"extends": [
"@bts-prodev/eslint-prettier"
]
}