Skip to content

Latest commit

 

History

History

eslint-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

theTribe eslint config

Installation

npm install --save-dev @thetribe/eslint-config eslint-plugin-import

or

yarn add --dev @thetribe/eslint-config eslint-plugin-import

Configuration

// .eslintrc

{
    "root": true,
    "extends": "@thetribe"
}