@h3/eslint-config
v1.3.0
Published
Official HackerHappyHour eslint configuration
Downloads
6
Keywords
Readme
@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/eslint-config",
extends: "@h3/eslint-config/yolk"
}