5.3.0
Bug Fixes
Features
You can check the code's commebt by checkCodeComment options.
Example
{
"rules": {
"prh": {
"checkCodeComment": ["js", "javascript"],
"rulePaths" :["./prh.yml"]
}
}
}Support CodeBlock's comment // and /*.
// $ is jqueryLimitation: It just support JavaScript Code, because I don't found any lang comment parser correctly.
Future Work: #70