UNPKG

rflint

Version:

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

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