0.3.1 • Published 1 month ago

@hs-web-team/eslint-config-node v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

Hubspot Marketing WebTeam ESLint rules for Node.js

This is a list of ESLint rules that are recommended for use with Hubspot Marketing WebTeam projects.

Index

Setup

  1. Install as dev dependency
npm i -D @hs-web-team/eslint-config-node
  1. Add to .eslintrc in project root directory
{
  "extends": "@hs-web-team/eslint-config-node"
}
  1. Extend the eslint on a project basis by adding rules to .eslintrc e.g.
{
  "extends": "@hs-web-team/eslint-config-node",
  "settings": {
    "import/resolver": "webpack"
  }
}

Where to use it

This package is intended to be used as a starting point for ESLint rules for Backend Node.js projects, and not for use in browser environments.

0.3.1

1 month ago

0.3.0

5 months ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago