1.0.2 • Published 8 years ago

eslint-config-videoamp-node v1.0.2

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
8 years ago

eslint-config-videoamp-node

Build Status npm version

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.