@testlio/eslint-config-services
v1.2.0
Published
Shareable eslint configuration for Testlio's services
Downloads
675
Readme
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.