Skip to content

LN-Zap/zap-eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
};