1.0.2 • Published 8 years ago
eslint-config-videoamp-node v1.0.2
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 eslintnpm
npm install --save-dev eslint-config-videoamp-node eslintUsage
Add "extends": "videoamp-node" to your .eslintrc.
Resources
Contributing
You can make sure this module lints with itself using yarn lint.