Skip to content

VideoAmp/eslint-config-videoamp-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.