3.1.0 • Published 5 years ago

eslint-config-teslint v3.1.0

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

DO NOT USE THIS PACKAGE UNLESS YOU KNOW WHAT YOU ARE DOING

eslint-config-teslint

Eslint config of lglong519

Installation

You'll first need to install eslint-config-teslint:

$ npm install eslint-config-teslint --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-config-teslint globally.

Usage

Add teslint to the extends section of your .eslintrc configuration file. You can omit the eslint-config- prefix:

{
    "extends": [
        "teslint"
    ]
}
or
{
    "extends": [
        "teslint/simple"
    ]
}

Test preparation

$ npm run test