UNPKG

rflint

Version:

A tool to check style and conventions of Robot Framework project.

10 lines (8 loc) 164 B
#!usr/bin/env node class Row { constructor(lineNumber,cells) { this.lineNumber = lineNumber; this.cells = cells; } } module.exports = Row;