1.0.1 • Published 7 years ago

eslint-config-binded-browser v1.0.1

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

eslint-config-binded

Base ESLint configuration for Binded 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-binded-browser

.eslintrc

{
  "extends": "binded-browser"
}