Skip to content
This repository was archived by the owner on Jan 22, 2021. It is now read-only.

lookback/eslint-config-lookback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESLint config for Lookback

This is basically our .eslintrc as a shareable config between JS apps.

Usage

npm install --save-dev eslint lookback/eslint-config-lookback

Add this to your project's .eslintrc:

{
  "extends": "lookback"
}

If it's a Meteor app, use this:

{
  "extends": "lookback/meteor"
}

About

ESLint rules for Lookback JS code.

Resources

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors