Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 380 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 380 Bytes

@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 😎