Skip to content

zumerlab/zumerbox-css-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@zumerbox/css-lint

A tool for linting CSS files to catch errors and enforce coding standards.

Refer to the ZumerBox bundle for more information and tools.

Installation

npm install @zumerbox/css-lint --save-dev

Usage

npx @zumerbox/css-lint

Options

By default Stylint is instructed to perform a check without making any changes to the files. To fix any issues run @zumerbox/css-lint again with the --fix argument to fix css.

Credits

This tool is powered by Stylint (https://stylelint.io)