eslint-config-nodejs-recommended

2.1.2 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-nodejs-recommended

Weekly Downloads

1

Version

2.1.2

License

MIT

Last publish

Collaborators

  • lsentkiewicz