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 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    414
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    414
  • 1.1.0
    67
  • 1.0.1
    0
  • 1.0.0
    0
  • 0.1.1
    0

Package Sidebar

Install

npm i eslint-config-nodejs

Weekly Downloads

419

Version

2.0.0

License

ISC

Last publish

Collaborators

  • pgdejardin