This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@priver/eslint-config-node

2.0.0 • Public • Published

@priver/eslint-config-node

Shareable config for eslint-plugin-node.

npm version npm downloads license

Installation

Install the correct versions of each package, which are listed by the command:

yarn add --dev eslint eslint-plugin-import eslint-plugin-node @priver/eslint-config @priver/eslint-config-import @priver/eslint-config-node
# or
npm install --save-dev eslint eslint-plugin-import eslint-plugin-node @priver/eslint-config @priver/eslint-config-import @priver/eslint-config-node

Usage

Add the following in your .eslintrc.json:

{
    "root": true,
    "extends": [
        "@priver/eslint-config",
        "@priver/eslint-config-import",
        "@priver/eslint-config-node"
    ]
}

Package Sidebar

Install

npm i @priver/eslint-config-node

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

6.52 kB

Total Files

6

Last publish

Collaborators

  • priver