1.0.1 • Published 8 years ago

eslint-config-blockai-browser v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

eslint-config-blockai

Base ESLint configuration for Blockai JavaScript projects.

This is a slightly customised version of eslint-config-airbnb.

It also includes all necessary dependencies instead of specifying them as peerDependencies.

Usage

npm install --save-dev eslint-config-blockai-browser

.eslintrc

{
  "extends": "blockai-browser"
}