@xtrctio/eslint-config

5.0.3 • Public • Published

@xtrctio/eslint-config

ESLint rules for xtrct.io

Installation

You'll first need to install ESLint:

$ npm i -D eslint

Next, install @xtrctio/eslint-config:

$ npm i -D @xtrctio/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 @xtrctio/eslint-config globally, as well as it's peer dependencies.

Usage

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

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

Readme

Keywords

Package Sidebar

Install

npm i @xtrctio/eslint-config

Weekly Downloads

22

Version

5.0.3

License

MIT

Unpacked Size

6.11 kB

Total Files

5

Last publish

Collaborators

  • ehacke