eslint-config-videoamp-node
v1.0.2
Published
VideoAmp's ESLint config for Node projects
Downloads
4
Keywords
Readme
eslint-config-videoamp-node
This package uses ESLint to enforce VideoAmp's code style and provides an extended configuration of our base rules (found at eslint-config-videoamp
) for our Node.js projects.
If you are looking for our extended configuration for our React.js projects, see eslint-config-videoamp-react
.
Install
yarn
yarn add --dev eslint-config-videoamp-node eslint
npm
npm install --save-dev eslint-config-videoamp-node eslint
Usage
Add "extends": "videoamp-node"
to your .eslintrc
.
Resources
Contributing
You can make sure this module lints with itself using yarn lint
.