/eslint-config-nodejs-recommended

deprecated

Primary LanguageJavaScriptMIT LicenseMIT

Recommended ESLint config for node.js (with babel)

Build Status

This package contains an extensible shared config for nodejs apps written using babel.
It contains plugins:

It extends eslint-config-airbnb-base with a few changes (only the most important):
Added rules:

Removed rules:

Installation

npm install --save-dev eslint eslint-config-nodejs-recommended eslint-plugin-lodash eslint-plugin-import eslint-plugin-babel babel-eslint

Usage

Configure .eslintrc

{
  "extends": "nodejs-recommended"
}

MIT License

Copyright (c) 2016 Łukasz Sentkiewicz