Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Financial-Times/eslint-config-origami-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-origami-component

This is an ESLint configuration which aims to ensure all Origami components' source code is consistent in style.

Usage

Install this package somewhere your eslint can find it (npm install -g eslint-config-origami-component if your eslint is installed with -g too), and put this in your .eslintrc or wherever you keep your project's eslint config:

{
    "extends": "eslint-config-origami-component"
}