README
My eslint config, shared with the world 🌎
Usage
$ npm i -D eslint @andre-brdoch/eslint-config
Add a .eslintrc.js with the following content in your root directory:
// .eslintrc.js
module.exports = {
extends: ["@andre-brdoch"]
};
Now you are good to go! 😎