eslint-config-nodejs

2.0.0 • Public • Published

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 

/eslint-config-nodejs/

    Package Sidebar

    Install

    npm i eslint-config-nodejs

    Weekly Downloads

    379

    Version

    2.0.0

    License

    ISC

    Last publish

    Collaborators

    • pgdejardin