3.0.1 • Published 4 years ago

@roleup/eslint-config v3.0.1

Weekly downloads
21
License
MIT
Repository
github
Last release
4 years ago

@roleup/eslint-config

ESLint rules for xtrct.io

Installation

You'll first need to install ESLint:

$ npm i -D eslint

Next, install @roleup/eslint-config:

$ npm i -D @roleup/eslint-config

Peer Dependencies

You'll also need to install the following peer dependencies:

$ npm i -D eslint-config-airbnb-base eslint-plugin-import eslint-plugin-mocha

Note: If you installed ESLint globally (using the -g flag) then you must also install @roleup/eslint-config globally, as well as it's peer dependencies.

Usage

Add @roleup/eslint-config to the extends section of your .eslintrc configuration file.

{
    "extends": [
        "@roleup/eslint-config"
    ]
}