Finds bad practices in your Jade
Demo | Rules Documentation | API Documentation | Gulp plugin | Grunt plugin
Please don't hesitate to open issues with feature requests or bugs!
npm install -g jadelint
jadelint myFile.jade otherFile.jade myDirectory
Put custom rule levels in .jadelintrc
. Example
{
"HTMLRootRequiresLang": "ignore"
}
git clone https://github.com/rrdelaney/jadelint
cd jadelint
grunt