Skip to content

thepeaklab/eslint-config-thepeaklab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@thepeaklab/eslint-config

Installation

Install package via npm or yarn

npm

npm install @thepeaklab/eslint-config --save-dev

yarn

yarn add @thepeaklab/eslint-config --dev

Install eslint

npm install eslint --save-dev

Add package in your eslint config

{
  "extends": "@thepeaklab/eslint-config"
}

Happy linting 😎