Socket
Socket
Sign inDemoInstall

@testlio/eslint-config-services

Package Overview
Dependencies
0
Maintainers
17
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @testlio/eslint-config-services

Shareable eslint configuration for Testlio's services


Version published
Maintainers
17
Install size
9.09 kB
Created

Readme

Source

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.

Keywords

FAQs

Last updated on 19 Jul 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc