0.3.1 • Published 6 years ago

@ln-zap/eslint-config v0.3.1

Weekly downloads
62
License
MIT
Repository
github
Last release
6 years ago

Zap Eslint

Reusable eslint configs used in Zap projects.

Table of Contents

Install

yarn add @ln-zap/eslint-config

Usage

In .eslintrc.js:

module.exports = {
  extends: "@ln-zap"
};