Closed azu closed 4 years ago
checkCodeComment
Example
{ "rules": { "prh": { "checkCodeComment": ["js", "javascript"], "rulePaths" :["./prh.yml"] } } }
Support CodeBlock's comment // and /*.
CodeBlock
//
/*
// $ is jquery
Limitation: It just support JavaScript Code, because I don't found any lang comment parser correctly.
fix #38
Features
checkCodeComment
optionsExample
Support
CodeBlock
's comment//
and/*
.Limitation: It just support JavaScript Code, because I don't found any lang comment parser correctly.
fix #38