New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@testlio/eslint-config-services

Package Overview
Dependencies
Maintainers
17
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testlio/eslint-config-services

Shareable eslint configuration for Testlio's services

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
17
Created
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

Package last updated on 19 Jul 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc