2.1.2 • Published 10 years ago

eslint-config-nodejs-recommended v2.1.2

Weekly downloads
8
License
MIT
Repository
github
Last release
10 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

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago