stylelint-sassdoc
Version:
stylelint plugin to check scss files for a valid sassdoc documentation Credits to https://github.com/anneangersbach
19 lines (18 loc) • 981 B
JavaScript
/* eslint-disable global-require */
module.exports = {
adjacentLineIsSCSSComment: require('./adjacentLineIsSCSSComment'),
checkCommentsForExample: require('./checkCommentsForExample'),
checkCommentsForGroup: require('./checkCommentsForGroup'),
checkCommentsForGroupName: require('./checkCommentsForGroupName'),
checkCommentsForName: require('./checkCommentsForName'),
checkCommentsForParam: require('./checkCommentsForParam'),
checkCommentsForPosterComment: require('./checkCommentsForPosterComment'),
checkCommentsForReturn: require('./checkCommentsForReturn'),
checkCommentsForType: require('./checkCommentsForType'),
checkEmptyLine: require('./checkEmptyLine'),
getSourceArray: require('./getSourceArray'),
isVariableDeclaration: require('./isVariableDeclaration'),
nodeToString: require('./nodeToString'),
regExCheck: require('./regExCheck'),
selectorIncludesPlaceholder: require('./selectorIncludesPlaceholder'),
};