voxmedia / eslint-config-voxproduct

Eslint config for js projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-voxproduct

Shared eslint config for Vox Product.

Install

1. npm install --dev eslint-config-voxproduct eslint-plugin-html eslint-plugin-import eslint-plugin-promise

2. Add the config to your .eslintrc.json file:

{
  "extends": "voxproduct"
}

About

Eslint config for js projects

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 100.0%