Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 576 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 576 Bytes

Deprecated repository

This repository has been moved to a monorepo you can find in verdaccio/monorepo. This package is located in tools/eslint-config folder


@verdaccio/eslint-config

eslint shareable configuration for Verdaccio that uses Typescript.

 npm install -D @verdaccio/eslint-config

Usage

// .eslintrc
{
  "extends": [
    "@verdaccio"
  ]
}

License

MIT