0.0.4 • Published 3 years ago

@andre-brdoch/eslint-config v0.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

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! 😎