Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 272 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 272 Bytes

@h3/eslint-config

The Hacker Happy Hour js style guide

Installation

$ npm install --save-dev @h3/eslint-config

Usage

Add one of the following to your project's .eslintrc.* file:

{
  extends: "h3",
  extends: "h3/yolk"
}