1.0.2 • Published 7 years ago

eslint-config-malexandre v1.0.2

Weekly downloads
16
License
WTFPL
Repository
github
Last release
7 years ago

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

  1. npm install --save-dev eslint-config-malexandre or yarn add -D eslint-config-malexandre
  2. Add this to your .eslintrc:
"extends": [
    "malexandre"
]