@roleup/eslint-config

3.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @roleup/eslint-config

Weekly Downloads

1

Version

3.0.1

License

MIT

Unpacked Size

7.16 kB

Total Files

5

Last publish

Collaborators

  • refactory-project
  • alledia