/eslint-config-h3

Official HackerHappyHour eslint configs

Primary LanguageJavaScriptMIT LicenseMIT

@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"
}