1.7.0 • Published 5 years ago

eslint-config-technigo v1.7.0

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

Technigo Eslint Config

This eslint config builds upon the standard airbnb config, with a few changes, including decorator support.

Installation

Install dependencies in your project:

npm install --save eslint eslint-config-technigo

Create a .eslintrc.json file in the root of your project with the following:

{
  "extends": [
    "technigo"
  ]
}

Usage

To make life easier, add a new "lint" script to your scripts in package.json:

{
  "scripts": {
    "lint": "eslint ."
  }
}

Then run in your project with npm run lint

1.7.0

5 years ago

1.6.2

6 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.2

7 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago