eslint-config-exeto-base
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