mirror of
https://github.com/sasjs/lint.git
synced 2026-01-14 07:40:05 +00:00
chore(*): add PR template, add TSDoc comments
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/**
|
||||
* A diagnostic is produced by the execution of a lint rule against a file or line of text.
|
||||
*/
|
||||
export interface Diagnostic {
|
||||
lineNumber: number
|
||||
columnNumber: number
|
||||
|
||||
Reference in New Issue
Block a user