eslint-config-nodejs

NodeJS with ES6 nodeJS Sharing Config from Node Repository

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
eslint-config-nodejs
2.0.06 years ago7 years agoMinified + gzip package size for eslint-config-nodejs in KB

Readme

eslint-config-nodejs
npm version
This package provides a NodeJS with ES6 .eslintrc as an extensible shared config.

Prerequisites

Since this package is a Eslint Sharing Config, it requires the npm package of eslint and eslint-plugin-import.

Installation

npm i -D eslint eslint-plugin-import eslint-config-nodejs
Then add the plugin in your .eslintrc like described in the eslint's documentation
{
    "extends": [
        "nodejs"
    ]
}

TODO

- add tests