malexandre / eslint-config-malexandre

My personal eslint configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
]

About

My personal eslint configuration

License:Do What The F*ck You Want To Public License


Languages

Language:JavaScript 100.0%