Skip to content

VideoAmp/stylelint-config-videoamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylelint-config-videoamp

Build Status npm version

This package uses Stylelint to enforce VideoAmp's CSS styling and provides a shared base configuration for our front-end projects.

Install

yarn

yarn add --dev stylelint-config-videoamp stylelint

npm

npm install --save-dev stylelint-config-videoamp stylelint

Resources

Contributing

Run yarn lint to make sure the configuration passes our Javascript linting rules. We will add more CSS tests in the future.