1.0.0 • Published 2 years ago

@nickforddev/eslint-config-node v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@nickforddev/eslint-config-node

npm version License: MIT

About

This eslint config extends the official Airbnb JS base config.

Installation

Using NPM:

npm install --save-dev @nickforddev/eslint-config-node

Using Yarn:

yarn add --dev @nickforddev/eslint-config-node

This package has several peerDependencies, to install all of them at once use the following:

npm install --save-dev @nickforddev/eslint-config-node eslint eslint-config-airbnb-base eslint-plugin-import

Usage

In .eslintrc.js:

module.exports = {
  extends: [
    '@nickforddev/node'
  ]
};
1.0.0

2 years ago