UNPKG

arui-presets-lint

Version:
5 lines (4 loc) 375 B
export { parseDirectiveComment, getPreviousComment, isAdjacentComment, isValidDescription, validateAboveComment, } from './comment-parser.js'; export { createSuggestionFix, createAboveCommentFix, fixSingleLineComment, fixBlockComment, } from './fixers.js'; export { CommentValidator } from './comment-validator.js'; export { buildSuggestions } from './build-suggestions.js';