2.1.2 • Published 8 years ago

eslint-config-nodejs-recommended v2.1.2

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

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

2.1.2

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago