2.0.0 • Published 4 years ago

eslint-config-erb-javascript v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

eslint-config-erb

Test Dependency Status npm version npm downloads per month

The eslint config for electron-react-boilerplate.

The config extends eslint-config-airbnb by adding support for the following:

and more...

Usage

  1. Install the config:
# Yarn
yarn add --dev eslint-config-erb
# NPM
npm install --save-dev eslint-config-erb
  1. Extend the config
// .eslintrc.json
{
  "extends": "erb"
}