1.0.2 • Published 10 months ago

@lucenajr/eslint-config v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Lucenajr ESLint config

Whats included?

  • Xo config base;

Setup

  1. Install the dependencies
npm i -D eslint @lucenajr/eslint-config
  1. Create a .eslintrc.json file extending the config:
{
  "extends": "@lucenajr/eslint-config/node"
}

You can also use a .eslintrc.js instead of JSON if you prefer.