1.2.0 • Published 7 years ago

@testlio/eslint-config-services v1.2.0

Weekly downloads
257
License
ISC
Repository
github
Last release
7 years ago

Testlio ESLint Configuration

This repository contains a shareable ESLint configuration that should be used with Node.js services written at Testlio. The package can be installed simply by running:

npm install --save-dev @testlio/eslint-config-services

The configuration can then be used by using the extends key in your .eslintrc:

{
    "extends": "@testlio/eslint-config-services"
}

All rules are listed in index.js and are fairly self-evident, especially when compared to the full list of available rules.

1.2.0

7 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago