eslint-config-teslint

3.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-teslint

Weekly Downloads

1

Version

3.1.0

License

ISC

Unpacked Size

27.2 kB

Total Files

30

Last publish

Collaborators

  • lglong519