Skip to content

jerrylow/airtight-css-lint-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airtight CSS Lint Webpack Loader

A webpack loader for Airtight CSS Linter

Options

failTypeError

boolean default: true

This will output errors if true. If this is set to false warnings will be used instead. The difference is messaging as well as ability to fail on error.

failOnError

boolean default: true

If the failTypeError is set to true this option grants the ability to fail the webpack process.