eslint-config-malexandre
v1.0.2
Published
My custom eslint configuration
Maintainers
Readme
What is this project
This is my personal config for eslint, tweaked over some time. To reuse it easily between each of my project, I made it into an npm/yarn package.
How to use it
npm install --save-dev eslint-config-malexandreoryarn add -D eslint-config-malexandre- Add this to your
.eslintrc:
"extends": [
"malexandre"
]