Skip to content

groupher/eslint-config-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-web

web related eslint configuration for groupher team.

Build Status npm version

Usage

yarn add @groupher/eslint-config-web --dev

In .eslintrc:

{ 
  extends: ['@groupher/eslint-config-web'],
}