3.0.3 • Published 8 years ago

eslint-config-exeto-base v3.0.3

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

eslint-config-exeto-base Peer Dependency Status

This repository is a fork of eslint-config-airbnb-base

THIS PACKAGE IS NO LONGER MAINTAINED

Install

$ npm install --save-dev \
  eslint-config-exeto-base \
  eslint-plugin-import@^1.12.0 \
  eslint@^3.2.0

Usage

Add one of the following in your .eslintrc:

  • EcmaScript 6+
"extends": "exeto-base"
  • EcmaScript 6+ and specificity for node
"extends": "exeto-base/node"
  • EcmaScript 5 and below
"extends": "exeto-base/legacy"

License

MIT © Airbnb and Timofey Dergachev